-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
brew's micromamba provides mamba as well as #200954
Comments
The homebrew-core/Formula/m/micromamba.rb Lines 61 to 63 in 13950f5
Since v2 they're essentially the same thing. Is there a reason you want only an executable named |
Ahh I did not know that. No, I don't have a preference for micromamba vs mamba, but based on the docs, they are two different things, from my understanding? I generally liked micromamba as it is faster than mamba. Also, the installation is "weird" in the sense that it creates a So I guess it's best to just use mamba? |
Historically they were different, but these days they're the same thing now (modulo some implementation details that you shouldn't really notice).
That might be from the caveats:
If you had done
I suspect you'll get the
You can use either; it doesn't really matter. |
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputVerification
brew doctor
output saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
Use micromamba to create anything
What happened (include all command output)?
mamba is also installed and micromamba a link of mamba.
Ref: https://formulae.brew.sh/formula/micromamba
I opened an issue for mamba here as well which has more info: mamba-org/mamba#3687
The gist ist:
I only installed micromamba with
brew install micromamba
and got mamba as well:This might also be related to spyder-ide/spyder#23246 as I didn't get this before.
What did you expect to happen?
Only get micromamba and no mamba
Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: