Answers for "create virtual environment in linux with specific python3 version"

5

virtualenv specify python version

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

start virtual environment python linux

source env/bin/activate
Posted by: Guest on March-03-2020

Code answers related to "create virtual environment in linux with specific python3 version"

Python Answers by Framework

Browse Popular Code Answers by Language