Fast, cross-platform package manager, intended as a drop-in replacement for conda. Some subcommands such as
repoqueryhave their own usage documentation. More information: https://mamba.readthedocs.io/en/latest/user_guide/mamba.html.
mamba create {{[-n|--name]}} {{environment_name}} {{python=3.10 matplotlib}}
mamba install {{[-c|--channel]}} {{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