Conda Commands

Conda is a command line tool included in Anaconda that is used to manage environments, including python versions and package dependencies.  With conda you can setup multiple environments and enable them as needed.  Conda allows you to define environments and share them with others. Environments List Environments conda info --envs conda info -e Create Environment