mamba
Mamba is a reimplementation of the conda package manager in C++
Subcommands
Name | Description |
---|---|
activate | Activate an environment |
deactivate | Deactivate an environment |
clean | Remove unused packages and caches |
compare | Compare packages between conda environments |
create | Create a new conda environment from a list of specified packages |
info | Display information about current conda install |
init | Initialize conda for shell interaction. [Experimental] |
install | Installs a list of packages into a specified conda environment |
list | List linked packages in a conda environment |
package | Low-level conda package utility. (EXPERIMENTAL) |
remove | Remove a list of packages from a specified conda environment |
uninstall | Alias for remove |
run | Run an executable in a conda environment |
search | Search for packages and display associated information. The input is a MatchSpec, a query language for conda packages |
update | Updates conda packages to the latest compatible version |
upgrade | Alias for update |
repoquery | Query repositories using mamba |
env | Manage environments |
Options
Name | Description |
---|---|
--help, -h | Show help for mamba and exit |
--version, -V | Show the conda version number and exit |