-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
how to set CONDA_EXE on MS Windows? #38
Comments
I looked into the coda and I tried to come up with mimal example,
So it seems that it about the difference between syntax of using On the other hand if I try the same thing inside Git Bash terminal, I get:
|
I've added a pull request (#40) that fixed this for me, by using os.getenv rather than directly referencing $CONDA_EXE. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
where and how exactly should I set this variable on windows
I have already tried:
C:\Users\adrian\Miniconda3\Scripts\conda.exe
/c/Users/adrian/Miniconda3/Scripts/conda.exe
in System Properieties > Environment Variables
and in neovim running
:echo $CONDA_EXE
it shows the set path
but when I try
:CondaChangeEnv
I still get:
RuntimeError: $CONDA_EXE is not set to a valid conda executable ($CONDA_EXE='$CONDA_EXE')
The text was updated successfully, but these errors were encountered: