Answers for "python how to make virtualenv"

11

create a venv

# Create the virtual environment.
python -m venv venv

# Activate the env.
venvScriptsactivate.bat
Posted by: Guest on June-16-2020

Code answers related to "python how to make virtualenv"

Browse Popular Code Answers by Language