Fast, cross-platform package manager, intended as a drop-in replacement for conda. Some subcommands such as
repoquery
have their own usage documentation. More information: https://mamba.readthedocs.io/en/latest/user_guide/mamba.html.
mamba create --name environment_name python=3.10 matplotlib
mamba install -c conda-forge python=3.6 numpy
mamba update --all
mamba repoquery search numpy
mamba info --envs
mamba clean -pt
mamba activate environment_name
mamba list