Answers for "create virtual environment with specific python version windows"

2

virtualenv specify python version

virtualenv --python=/usr/bin/python2.6 <path/to/new/virtualenv/>
Posted by: Guest on September-06-2020
0

create virtual environment python windows 10

python virtual environment setup
Posted by: Guest on January-12-2022
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 specific python version windows"

Browse Popular Code Answers by Language