install pip for python 3.6 ubuntu code example
Example 1: how to install pip ubuntu python2
sudo apt update sudo apt install python2
Example 2: how to install pip ubuntu python2
curl https://bootstrap.pypa.io/get-pip.py --output get-pip.py
sudo apt update sudo apt install python2
curl https://bootstrap.pypa.io/get-pip.py --output get-pip.py