installing pip3 ubuntu code example
Example 1: ubuntu pip3
sudo apt-get -y install python3-pip
Example 2: how to install pip ubuntu python2
curl https://bootstrap.pypa.io/get-pip.py --output get-pip.py
sudo apt-get -y install python3-pip
curl https://bootstrap.pypa.io/get-pip.py --output get-pip.py