You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I got an error that tells --all is not supported argument when I run "mamba update --all". After that, powershell throws an error about"Invoke-Expression -Command $activateCommand". The update is successfully executed.
And I found:
I reproduced this error when I install micromamba on a new computer:
"The following argument was not expected: python=3.11"
and
"invoke-expression cannot bind argument to parameter 'command' because it is an empty string"
Hello! I got an error that tells --all is not supported argument when I run "mamba update --all". After that, powershell throws an error about"Invoke-Expression -Command $activateCommand". The update is successfully executed.
And I found:
mamba/libmamba/data/Mamba.psm1
Line 118 in b0ff265
It worked well when I remove $Args from lines 118 and 119. The $Args is for $Env:MAMBA_EXE to use but not reactivate, isn't it?
The text was updated successfully, but these errors were encountered: