Managing Conda and Anaconda
|
Verify conda is installed, check version # |
|
Update conda package and environment manager |
|
Update the anaconda meta package |
Managing Environments
|
Get a list of all my environments Active environment shown with |
|
Create an environment and install program(s) |
|
Activate the new environment to use it |
|
Deactivate the environment |
|
Create a new environment, specify Python version |
|
Make exact copy of an environment |
|
Delete an environment |
|
Save current environment to a file |
|
Load environment from a file |
Managing Python
|
Check versions of Python available to install |
|
Install different version of Python in new environment |
Managing .condarc Configuration
|
Get all keys and values from my .condarc file |
|
Get value of the key channels from .condarc file |
|
Add a new value to channels so conda looks for packages in this location |
Managing Packages, Including Python
|
View list of packages and versions installed in active environment |
|
Search for a package to see if it is available to conda install |
|
Install a new package NOTE: If you do not include the name of the environment, it will install in the current active environment. |
|
Update a package in the current environment |
|
Search for a package in a specific location (the pandas channel on Anaconda.org) |
|
Install a package from a specific channel |
|
Search for a package to see if it is available from the Anaconda repository |
|
Install commercial Continuum packages |
|
Build a Conda package from a Python Package Index (PyPi) Package |
Removing Packages or Environments
|
Remove one package from any named environment |
|
Remove one package from the active environment |
|
Remove multiple packages from any environment |
|
Remove an environment |
Notes
- Based on the cheat sheet from Conda Docs
- Converted by Charles