Answers for "create virtual environment with python version"

3

python venv usage

python3 -m venv /path/to/new/virtual/environment
Posted by: Guest on June-06-2020
0

start virtualenv with python version

python3 -m venv <myenvname>
Posted by: Guest on April-10-2020

Code answers related to "create virtual environment with python version"

Browse Popular Code Answers by Language