Answers for "create virtualenv with certain version of python 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 virtualenv with certain version of python ubuntu"

Python Answers by Framework

Browse Popular Code Answers by Language