ubuntu upgrade python3 code example

Example 1: update ubuntu to python 3.85

sudo apt-get install python3.8

Example 2: update python ubuntu

sudo apt-get update && sudo apt-get upgrade
sudo apt-get install python3.7

Example 3: update ubuntu to python 3.85

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

Example 4: update python ubuntu

$ sudo apt update -y
$ sudo apt install python3.7

Example 5: update ubuntu to python 3.85

sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update