Q:

pip install python 3

## To install Pip, first download get-pip.py from:
https://bootstrap.pypa.io/get-pip.py
  
## Then run the following command in the command line
## in the folder where the file has been saved.
python get-pip.py
9
[server]$  python3 -m pip install
0
pip install package name
7
python -m pip install <package>

#Download Selenium
python -m pip install selenium
1
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
9
You cannot just pip install python3 because it is not a library.

If you want to install the latest python3:
https://www.python.org/ftp/python/3.8.2/python-3.8.2.exe 
7
sudo apt install python3-pip
0
pip3 install <package_name>
1

New to Communities?

Join the community