databricks/databricks-vscode

[BUG] `%pip` and `%sh pip` can't be used to install local libraries when running a job from files in workspace.

kartikgupta-db opened this issue · 1 comments

Describe the bug

it ends up running in an ephemeral path which means relative paths don't seem to work properly. this is impacting both %pip install as well as %sh pip install. when doing this via Repos mode, SINGLE_USER cluster would work fine for both. USER_ISOLATION clusters however would have the issue with %pip install but not %sh pip install