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