how to upgrade pip to pip3 code example
Example 1: python update pip3
pip3 install --upgrade pip
Example 2: install pip in ubtunut
sudo apt install python3-pip
Example 3: how to update pip3
what Lightsbane said
Example 4: ubuntu install pip
cd /tmp
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py