install python3.7 pip code example
Example 1: install pip3
sudo apt install python3-pip
Example 2: python3 pip install
[server]$ python3 -m pip install
Example 3: install pip3 for python 3.7
sudo apt install python3-pip
Example 4: pip install python 3
python -m pip install <package>
#Download Selenium
python -m pip install selenium
Example 5: ubuntu install pip
cd /tmp
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py