install pip for python 2.7 ubuntu get-pip code example
Example 1: linux install pip
apt-get install python-pip #python 2
apt-get install python3-pip #python 3
Example 2: install pip3
sudo apt install python3-pip
Example 3: ubuntu install pip for python 3.8
$ sudo apt update
$ sudo apt install python3-pip