Working with Conda Environment
To create your first conda environment, follow the examples below after opening Terminal or command prompt, depending on your operating system.
Creating a new folder for your project
Creating environment
Activating an existing environment
Installing packages into an existing environment
Deactivating the current environment
Remove/Delete Conda environment
Last updated