Answers for "make virutal environment"

13

create a venv

# Create the virtual environment.
python -m venv venv

# Activate the env.
venv\Scripts\activate.bat
Posted by: Guest on June-16-2020
0

create virtual enviornment

$ mkvirtualenv venv
Posted by: Guest on July-17-2021

Code answers related to "make virutal environment"

Browse Popular Code Answers by Language