Answers for "python -m venv virtualenvwrapper-win jhon"

11

create a venv

# Create the virtual environment.
python -m venv venv

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

python create virtualenv

c:>python -m venv c:pathtomyenv
Posted by: Guest on September-28-2020

Browse Popular Code Answers by Language