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/
Related videos
How to Install Python 3.7 on Ubuntu 18.04 LTS?
TechTips
How to Configure Python 3.6 as Default Interpre...
TechTips
How to install Pinta Paint Program on Ubuntu 18...
TechTips
How to Install GNOME Tweaks Tool on Ubuntu 18.0...
TechTips
How to Install PyCharm IDE on Ubuntu 18.04 LTS?
TechTips
How to Install GNOME MPV on Ubuntu 18.04 LTS?
TechTips
How to Install KDE Plasma Desktop on Ubuntu 18....
TechTips
How to Install Java 12 on Ubuntu 18.04 LTS?
TechTips
How to Install Wireshark on Ubuntu 18.04 LTS?
TechTips
How to Install Atom Editor on Ubuntu 18.04 LTS?
TechTips
How to Install Node.js and NPM on Ubuntu 18.04...
TechTips
How to Install OBS Studio on Ubuntu 18.04 LTS v...
TechTips