Answers for "setting up python 3virtual environment in windows"

9

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 "setting up python 3virtual environment in windows"

Python Answers by Framework

Browse Popular Code Answers by Language