Answers for "create virtual environment of different version of python using venv"

1

crete venv with pyhton3

virtualenv -p python3 envname
Posted by: Guest on January-11-2021
1

virtualenv specify python version

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

Code answers related to "create virtual environment of different version of python using venv"

Python Answers by Framework

Browse Popular Code Answers by Language