-
Notifications
You must be signed in to change notification settings - Fork 357
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
System's %PATH% is overwrite, micromamba for windows, #3405
Comments
same for me: when I activate an environment, it it now overwriting my path instead of appending to it. This worked fine for me before updating mamba 2.0.0
|
2.0.0, 2.0.1 have the same issue, simple change micromamba.exe back to version 1.5.6, work fine |
The problem has been addressed in mamba 2.0.2, can you confirm it fixes your issue? |
Looks fixed for me with mamba 2.0.2. Thank you |
Troubleshooting docs
Anaconda default channels
How did you install Mamba?
Micromamba
Search tried in issue tracker
path
Latest version of Mamba
Tried in Conda?
I do not have this problem with Conda, just with Mamba
Describe your issue
System's %PATH% is overwrite, micromamba for windows,
In file _mamba_activate.bat, when @call "%_TEMP_SCRIPT_PATH%" is executed, System %PATH% is overwrite.
so system's command can't be found.
I made temporary modifications to facilitate correct usage :
@set OLD_PATH=%PATH%
@call "%_TEMP_SCRIPT_PATH%"
@set PATH=%PATH%;%OLD_PATH%
mamba info / micromamba info
Logs
environment.yml
~/.condarc
....
The text was updated successfully, but these errors were encountered: