Answers for "venv create service"

9

create a venv

# Create the virtual environment.
python -m venv venv

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

how to start venv

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

Browse Popular Code Answers by Language