Tasks#

The tasks section is organized into various pages which cover nearly everything you can do with conda.

Common Tasks#

Managing conda#

Everything necessary to know about managing your installation of conda

Managing environments#

Various operations involved with creating, updating, exporting, and removing environments, plus more

Managing channels#

Information about channels and how they are searched through when installing packages

Managing packages#

Details related to how to find, install, remove, and update packages in a given environment

Managing python#

Supported versions of Python and tips for updating and using multiple Python versions

Managing virtual packages#

Learn what virtual packages are and conda uses them

View command line help#

Get help on the command line for any conda command

Tutorials#

Creating custom channels#

Tutorial walking you through how to create a custom channel and serve it from your local computer

Creating projects with conda#

Learn how to start a new project with conda using a environment.yml file to manage your dependencies