Skip to content

video not played or not found error
click on direct switch

Hosted by Dailymotion. For legal issues: Copyright Center · DMC · Instant Removal

How to Install Pip for Python 3 on Ubuntu 18.04 LTS?

T
TechTips

4 Views • Aug 22, 2019

Description

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/