Answers for "set python version ubuntu"

0

changing default python version ubuntu

sudo update-alternatives  --set python /usr/bin/python3.6
Posted by: Guest on September-09-2021
3

set python 3 as default ubuntu

sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.4 1
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.6 2
Posted by: Guest on December-20-2020
2

set python 3 as default ubuntu

sudo update-alternatives --config python
Posted by: Guest on December-20-2020
1

change python version ubuntu

[sudo] update-alternatives --install /usr/bin/python python /usr/bin/python3 10
Posted by: Guest on September-13-2021

Code answers related to "set python version ubuntu"

Python Answers by Framework

Browse Popular Code Answers by Language