Answers for "python add venv"

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
0

set up venv environment

python -m venv tutorial-env
Posted by: Guest on March-30-2022

Browse Popular Code Answers by Language