conda in non-default location and NOT listed among kernels #9366
-
|
On a remote linux machine I have installed conda in a non-default location. Neither the python microsoft extension nor the jupyter extension were able to find the python interpreter in the conda environment. I modified the "Python: Conda path" ( However, after modifying Question: is there any way to have the jupyter extension to realize conda is not in its default location? Some info: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Thanks for this question. Please try re-loading VS Code, and the new conda path should be taken into account and conda environments should be listed in the Kernels list. Sometimes this can take a while as Python extension stores a cache of the conda environments and passes this (cached list) onto the Jupyter extension. Please let me know if re-loading VS Code & waiting for a few seconds (some times 1-2 minutes) works or not. Also, please could you provide details on where the conda executable was located relative to the conda environments? |
Beta Was this translation helpful? Give feedback.
Thanks for this question. Please try re-loading VS Code, and the new conda path should be taken into account and conda environments should be listed in the Kernels list. Sometimes this can take a while as Python extension stores a cache of the conda environments and passes this (cached list) onto the Jupyter extension.
Please let me know if re-loading VS Code & waiting for a few seconds (some times 1-2 minutes) works or not.
If this doesn't work, please file an issue here and we'll take a look (please remember to provide the logs from the
Jupyteroutput panel).Also, please could you provide details on where the conda executable was located relative to the conda environments?
I.e. please …