-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conda environments detected as Python installs (not conda) when conda not on PATH. #1944
Comments
I have the same problem. A work around is to edit
This way every time you launch VS Code, the PATH is edited for that instance of the program only without touching your global PATH. |
Will probably be fixed as part of #2266 . |
FYI, Anaconda stopped adding itself to PATH in 4.4.0; |
@ericsnowcurrently
|
@ericsnowcurrently
|
If you install e.g. miniconda3 and leave it off your PATH as the installer says to, then any created conda environments show up as a Python install and not a conda environment.
The text was updated successfully, but these errors were encountered: