install python and pip on ubunutu code example
Example 1: installing pip in ubuntu
sudo apt install python3-pip
Example 2: how to install pip ubuntu python2
sudo python2 get-pip.py
sudo apt install python3-pip
sudo python2 get-pip.py