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
-
Please help, thanks a lot. |
Beta Was this translation helpful? Give feedback.
Answered by
kemingy
Nov 8, 2023
Replies: 1 comment 1 reply
-
Do you mean the runtime.mount(host_path="xxx", envd_path="xxx") BTW, you will need to mount the whole Python environment, not just the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Future-Outlier
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.BTW, you will need to mount the whole Python environment, not just the
pip
binary file.