-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
Unable to use Conda installed in Programdata #872
Comments
@Aelindgard Thank you for opening this issue! I'm curious whether the backslashes in the path are causing the string to be parsed incorrectly. If you use slashes, such as |
Hi @JasonWeill have tried with forward slash for the path, same error is shown. |
I have the same error on Windows 11, but with Conda (24.9.1, latest) installed in my user directory (the default location). |
@JasonWeill : Looking into this, I believe it's a bug for initial JupyterLab Desktop installs, when the conda path isn't set yet and there is no CONDA_EXE environment variable (which is only set when a Conda environment is activated). The GUI calls See: jupyterlab-desktop/src/main/env.ts Line 335 in ae61c96
I think an appropriate fix would be to pass the path that's being validated to |
A workaround is to set the e.g. set CONDA_EXE=C:\Users\rsim\miniforge3\Scripts\conda.exe
jlab |
Description
When using an installation of Miniconda that installs into "C:\Programdata", Jupyterlab does not recognise conda.exe
Reproduce
Expected behavior
The conda.exe should be recognised.
Context
The text was updated successfully, but these errors were encountered: