how to install the correct pip version for python3.8 code example
Example 1: pip3.8 install ubuntu
$ sudo apt update
$ sudo apt install python3-pip
Example 2: pip install python 3
python -m pip install <package>
#Download Selenium
python -m pip install selenium