Skip to content

Can envd specfify pip path? I am using /databricks/python3/bin/pip as my pip python path to run python job. #1798

Answered by kemingy
Future-Outlier asked this question in Q&A
Discussion options

You must be logged in to vote

Do you mean the pip in the envd environment? It's not recommended to reuse the host Python environment. But you can certainly mount it into the envd environment.

runtime.mount(host_path="xxx", envd_path="xxx")

BTW, you will need to mount the whole Python environment, not just the pip binary file.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Future-Outlier
Comment options

Answer selected by Future-Outlier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants