Answers for "run virtual environment python 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
6

activate virtualenv windows

venv\Scripts\activate
Posted by: Guest on May-22-2020

Code answers related to "run virtual environment python windows"

Python Answers by Framework

Browse Popular Code Answers by Language