update python with cli code example
Example 1: command to upgrade python version
python -m pip install pip
#or
python -m pip install –upgrade pip
python -m pip install --upgrade pip
Example 2: update python ubuntu
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install python3.7