How to Install Pip for Python 3 on Ubuntu 18.04 LTS?
What is Pip?
Pip is a Package Manager for Python packages. By using pip, we can install Python Packages, and also Uninstall it.
Step 1: Open Terminal
Step 2: Update System Repositories
sudo apt update
Step 3: Install Pip for Python version 3
sudo apt install python3-pip
To Check Pip Version, type the command below:-
pip3 --version
To view the list of all pip commands and options:-
pip3 --help
Thanks for watching, please like and subscribe
==============================================
https://www.facebook.com/HowtoTutorialsByAmit/
What is Pip?
Pip is a Package Manager for Python packages. By using pip, we can install Python Packages, and also Uninstall it.
Step 1: Open Terminal
Step 2: Update System Repositories
sudo apt update
Step 3: Install Pip for Python version 3
sudo apt install python3-pip
To Check Pip Version, type the command below:-
pip3 --version
To view the list of all pip commands and options:-
pip3 --help
Thanks for watching, please like and subscribe
==============================================
https://www.facebook.com/HowtoTutorialsByAmit/
Category
🤖
Tech