-
Notifications
You must be signed in to change notification settings - Fork 376
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
micromamba shell
broken since 1.4.5
#2712
Comments
On Cygwin I get
|
This error is related to this issue? micromamba --version ->1.4.9
|
@zN3utr4l @jonashaag I indeed see the environment |
@jonashaag is it |
|
And now I'm getting
But
|
So we cannot reproduce For the PATH #2722 should do it |
Looks like it; I deleted my entire
|
I upgraded my micromamba windows version from 1.4.1 to 1.4.9 and the error came out |
Let's track the |
I am on So the error I get is:
I could trace it back to @"%MAMBA_EXE%" shell --shell cmd.exe %* 1>%UNIQUE% After the first time I create the environment (See #1907) I always just update the binary of Could it be that the scripts are not updated? |
@RoyiAvital in mamba/libmamba/data/_mamba_activate.bat Line 30 in 319f055
Can you try |
@AntoinePrv , I got this: Setting cmd.exe AUTORUN to: "D:\Applications\Programming\MambaPython\condabin\mamba_hook.bat"
Windows long-path support already enabled. What does it mean setting |
What's the mechanism the shell hook register system variables? Yet I don't see those in the I wonder, what does |
Ok I have found, it seems it will register AutoRun = "<MAMBA_ROOT_PREFIX>\condabin\mamba_hook.bat" |
I think this change #2527 broke
micromamba shell
With 1.4.4, if I do
I get the environment's Python.
With 1.4.5, I get the system wide Python. Probably something off with PATH.
cc @AntoinePrv
fyi @0xbe7a
The text was updated successfully, but these errors were encountered: