conda
Conda package manager
Subcommands
Name | Description |
---|---|
activate | Activate an environment |
deactivate | Deactivate an environment |
clean | Remove unused packages and caches |
compare | Compare packages between conda environments |
config | Modify configuration values in .condarc. This is modeled after the git config command. Writes to the user .condarc file by default |
create | Create a new conda environment from a list of specified packages |
help | Displays a list of available conda commands and their help strings |
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 conda remove |
run | Run an executable in a conda environment. [Experimental] |
search | Search for packages and display associated information. The input is a MatchSpec, a query language for conda packages. See examples below |
update | Updates conda packages to the latest compatible version |
upgrade | Alias for conda update |
build | |
convert | Various tools to convert conda packages. Takes a pure Python package build for one platform and converts it to work on one or more other platforms, or all |
debug | |
develop | |
env | |
index | |
inspect | |
metapackage | |
render | |
server | |
skeleton | |
verify |
Options
Name | Description |
---|---|
-h, --help | Show this help message and exit |
-V, --version | Show the conda version number and exit |