how to reinstall pip from get_pip code example
Example 1: installing pip
python -m pip install --upgrade pip
Example 2: python pip install mac
python -m pip install <package>
#Download Selenium
python -m pip install selenium
python -m pip install --upgrade pip
python -m pip install <package>
#Download Selenium
python -m pip install selenium