Creating a Python Virtual Environment!

preview_player
Показать описание
Step 1: Open command line and create the environment by typing "python -m venv myvenv"
Step 2: Change into the virtual environment directory "cd myenv"
Step 3: Change into the scripts directory "cd Scripts"
Step 4: Run "activate" and you have your Python virtual environment!

CONNECT:
Рекомендации по теме
Комментарии
Автор

Why there are many ways to create virtual environment for django

CodingMakesMeHappy
Автор

Using same Virutal Environment is Created. However, there is no Scripts folder in it... How to resolve this?

shivafoods
Автор

Yes but how do I code stuff in it then use it

cannagybro