Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

upgrade python 3. 8

apt-get update
sudo apt-get install python3.8
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 1
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 2

#to select python version now run
sudo update-alternatives --config python3
Source by www.itsupportwale.com #
 
PREVIOUS NEXT
Tagged: #upgrade #python
ADD COMMENT
Topic
Name
3+5 =