Answers for "venv python tutorial"

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
5

how to start venv

source venv/bin/activate
Posted by: Guest on June-16-2020

Browse Popular Code Answers by Language