How to create a virtual environment for Python with Conda | Anaconda or Miniconda?

preview_player
Показать описание
In this video you learn how to install Miniconda and Anaconda and how to setup a virtual environment for Python. This video is the first episode of a new series - Mastering Python.

Chapters in this video:
0:00 - Intro and Explanation
00:48 - Setup Virtual Machine
01:06 - Conda Overview
01:43 - Miniconda Installation
03:54 - Create Virtual Environment (Miniconda)
05:36 - Install package with pip e.g. python-dotenv
06:12 - Hello world sample with load_dotenv()
06:50 - Deactivate virtual environment
07:04 - Remove virtual environment
08:03 - Anaconda Installation
10:10 - Create Virtual Environment (Miniconda)
10:25 - Outro

Video related links:

Please support our effort and purchase the source code of the entire YouTube Series:

About us:

Hashtags:
#conda #miniconda #anaconda #virtualenvironment #python
Рекомендации по теме
Комментарии
Автор

VS Code does not see the packages that I've installed with pip in my conda environment. I see this message in my python code: Import could not be resolved Pylance

frankwilder