how to run pip as python3 code example
Example 1: python3 pip install
[server]$ python3 -m pip install
Example 2: pip install python 3
python -m pip install <package>
#Download Selenium
python -m pip install selenium
[server]$ python3 -m pip install
python -m pip install <package>
#Download Selenium
python -m pip install selenium