Answers for "creating a new virutal virtualenv"

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
3

start virtualenv

source env/bin/activate
Posted by: Guest on August-26-2020

Browse Popular Code Answers by Language