ubuntu update python 3 code example
Example 1: update python ubuntu
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install python3.7
Example 2: update ubuntu to python 3.85
sudo update-alternatives --config python3
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install python3.7
sudo update-alternatives --config python3