hwo to pip in linux code example
Example 1: linux install pip
apt-get install python-pip #python 2
apt-get install python3-pip #python 3
Example 2: how to install pip on linux
apt install python3-pip # python 3
apt-get install python-pip #python 2
apt-get install python3-pip #python 3
apt install python3-pip # python 3