update python to python 3 ubuntu code example
Example 1: python update pip3
pip3 install --upgrade pip
Example 2: update ubuntu to python 3.85
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
pip3 install --upgrade pip
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update