Conda Cheatsheet PDF
Conda Cheatsheet PDF
Managing environments
conda info --envs
or
conda info -e
conda create --name snowflakes biopython Create an environment and install program(s)
or
conda create -n bunnies python=3.4 astroid Create a new environment, specify Python
version
Delete an environment
Managing Python
or
source activate bunnies (Linux, OS X) Activate the environment where you want to
activate bunnies (Windows)
install a package and install it with pip (included
pip install see
with Anaconda and Miniconda)
conda install iopro accelerate
any environment
Remove an environment
More resources
Free community support
https://groups.google.com/a/continuum.io/forum/#!forum/anaconda
Online documentation
http://conda.pydata.org/docs/
http://continuum.io/support
https://www.continuum.io/training
http://continuum.io/consulting/