how to get pip working lionux code example
Example 1: installing pip
python -m pip install --upgrade pip
Example 2: how to install pip on linux
apt install python3-pip # python 3
python -m pip install --upgrade pip
apt install python3-pip # python 3