Conda Environment Support #33621
luabagg
started this conversation in
Language Support
Replies: 2 comments 1 reply
-
Any luck? |
Beta Was this translation helpful? Give feedback.
1 reply
-
This must become an issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Conda Environment Support
I’m using Miniconda to manage my virtual environments, and it’s working well with the Pyright LSP:

However, every time I open a new terminal, I have to manually activate the environment with:
conda activate normandy
From what I’ve read, detect_env only works with the standard venv module. Are there any known workarounds to automatically activate a Conda environment when launching a terminal in the project directory?
Project-Level Environment Selection
Another issue I’ve run into:

Each time I reopen the project, I need to manually re-select the Conda environment:
Is there a way to persist the selected environment at the project level so it’s remembered between sessions?
Any tips or configuration help would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions