conda-forge / miniforge

A conda-forge distribution.
https://conda-forge.org/miniforge
Other
5.79k stars 309 forks source link

so do i say conda install numpy or mamba install numpy #494

Closed qq-me closed 9 months ago

qq-me commented 9 months ago

Comment:

which one do i say after installing mambaforge

jaimergp commented 9 months ago

Both work. conda install --solver=libmamba is almost the same as mamba install. Soon --solver=libmamba will be implied by default so in the future you won't need that. It's a matter of taste, I'd say.