Answers for "python venv change python version"

4

venv upgrade python

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

how to change python version

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

virtualenv specify python version

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

pip change python version

pip upgrade -pip
Posted by: Guest on March-17-2021

Code answers related to "python venv change python version"

Python Answers by Framework

Browse Popular Code Answers by Language