python change version 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: change default python version
sudo update-alternatives --config python
Example 3: pip change python version
pip upgrade -pip