[Python Tutorial] How to Create, Activate and Deactivate VirtualEnv in Mac?

preview_player
Показать описание
Welcome to MobileTesting YouTube channel.

In this video we are going to learn how to Create, Activate & Deactivate virtualenv in Python.

How to create an virtualenv?
virtualenv test_env

How to activate an virtualenv?
cd test_env
source bin/activate

How to deactivate virtualenv?
deactivate
Рекомендации по теме
Комментарии
Автор

how to start the virtual env in visual studio code...
i tried workon test....but not coming into virtualenv

mohammadrahil
visit shbcf.ru