Answers for "create virtualenv python command"

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

Code answers related to "create virtualenv python command"

Browse Popular Code Answers by Language