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

2

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 with specific python version ubuntu"

Python Answers by Framework

Browse Popular Code Answers by Language