conda

Conda package manager

Subcommands

NameDescription
activateActivate an environment
deactivateDeactivate an environment
cleanRemove unused packages and caches
compareCompare packages between conda environments
configModify configuration values in .condarc. This is modeled after the git config command. Writes to the user .condarc file by default
createCreate a new conda environment from a list of specified packages
helpDisplays a list of available conda commands and their help strings
infoDisplay information about current conda install
initInitialize conda for shell interaction. [Experimental]
installInstalls a list of packages into a specified conda environment
listList linked packages in a conda environment
packageLow-level conda package utility. (EXPERIMENTAL)
removeRemove a list of packages from a specified conda environment
uninstallAlias for conda remove
runRun an executable in a conda environment. [Experimental]
searchSearch for packages and display associated information. The input is a MatchSpec, a query language for conda packages. See examples below
updateUpdates conda packages to the latest compatible version
upgradeAlias for conda update
build
convertVarious 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

NameDescription
-h, --helpShow this help message and exit
-V, --versionShow the conda version number and exit