Package, dependency and environment management for any programming language.
Some subcommands such as `conda create` have their own usage documentation.
More information.
- Create a new environment, installing named packages into it:
conda create --name {environment_name} {python=3.9 matplotlib}
conda {activate environment_name}
- Delete an environment (remove all packages):
conda remove --name {environment_name} --all
- Install packages into the current environment:
conda install {python=3.4 numpy}
- List currently installed packages in current environment:
- Delete unused packages and caches:
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
CC-BY