filmov
tv
Basic Conda commands for beginners
Показать описание
If you are new to Conda, you might forget some of its basic commands. Even though I use it all the time, I forget how to remove an environment. In this video lesson, I'll cover the basics of environment creation, package installation, and environment removal. If you are only looking to find how to remove a Conda environment, no need to watch the whole video: `conda env remove --name [ENV NAME]` is the way to go!
Conda is very popular because it allows you to install packages beyond Python packages like pip does. You can specify the Python version as well!
00:00 Introduction
01:00 Create environments
02:37 Listing environments
03:34 Activating environments
04:12 Deactivate environments
04:34 Remove environments
Conda is very popular because it allows you to install packages beyond Python packages like pip does. You can specify the Python version as well!
00:00 Introduction
01:00 Create environments
02:37 Listing environments
03:34 Activating environments
04:12 Deactivate environments
04:34 Remove environments