Answers for "change python version venv"

1

venv upgrade python

python3 -m venv --upgrade ENV_DIR
Posted by: Guest on September-14-2020
1

virtualenv specify python version

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

how to change python version

sudo update-alternatives --config python3 #Omar
Posted by: Guest on September-11-2021
0

start virtualenv with python version

python3 -m venv <myenvname>
Posted by: Guest on April-10-2020

Code answers related to "change python version venv"

Python Answers by Framework

Browse Popular Code Answers by Language