How to install PIP on Ubuntu 16.04 | 18.04 | 20.04

pip is an accepted standard bundle the executives framework used to introduce and oversee programming bundles written in Python. Numerous bundles can be found in the default hotspot for bundles and their conditions — Python Package Index. Most conveyances of Python accompany pip preinstalled.

In this post, We will install pip on ubutnu 16.04, 18.04 and 20.04.

Step 1: Update System

Use the following command to update your current ubuntu repository.

$ sudo apt-get update

Step 2: Install PIP

Once your ubuntu system updated, Install the pip packages by using the command.
$ sudo apt install python-pip

Step 3: Verify PIP Version

You need to use the given command to verify which version you have installed on you ubuntu machine.

$ pip –version

PIP3 Installation

Step 1: Update System

Use the following command to update your current ubuntu repository.

$ sudo apt-get update

Step 2: Install PIP3

Once your ubuntu system updated, Install the pip packages by using the command.

$ sudo apt install python-pip3

Step 3: Verify PIP Version
You need to use the given command to verify which version you have installed on you ubuntu machine.

$ pip3 –version

How to install PIP on Ubuntu 16.04 | 18.04 | 20.04

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to top