command to install pip in ubuntu code example
Example 1: how to install pip ubuntu python2
sudo apt update sudo apt install python2
Example 2: install pip ubuntu
pip3 --version
sudo apt update sudo apt install python2
pip3 --version