WEBVTT

ï»¿1
00:00:01.292 --> 00:00:07.924
in this lesson, we will go over installing conda and the basics of using conda for environment setup.


00:00:09.217 --> 00:00:16.725
first, visit the official anaconda website, download the conda installer that matches your system, and install it.


00:00:53.094 --> 00:00:59.017
let's refer to the official documentation to learn about managing environments with conda.


00:01:12.530 --> 00:01:15.867
create a conda virtual environment with python 3.9.


00:01:24.334 --> 00:01:27.295
activate the conda virtual environment.


00:01:31.091 --> 00:01:33.760
deactivate the conda virtual environment.


00:01:37.097 --> 00:01:40.183
let's check the list of created virtual environments.


00:01:41.976 --> 00:01:46.022
here is another way to check the list of virtual environments.


00:01:47.273 --> 00:01:50.819
let's remove the created virtual environment.


00:01:55.824 --> 00:01:59.369
this concludes our brief overview of the basic usage.