Managing conda environments
Conda is a package management system that helps install, update & delete packages in seperate environments.
What is an environment?
An environment is a directory containing installed packages. Having separate environments allows us to compartmentalize projects and manage package dependencies.
Packages & libraries for this class
Managing environments
There are several ways to use conda to manage environments. The simplest is to use the GUI (Anaconda Navigator) that comes with your Anaconda installation. If you are more comfortable with command lines, you can directly use terminal, which is a lot faster.
Using NavigatorUsing TerminalLast updated
Was this helpful?