How to install pip ...
 
Share:
Notifications
Clear all

How to install pip on Ubuntu?


Neha
 Neha
(@asha)
Member Admin
Joined: 4 years ago
Posts: 31
Topic starter  

How to install pip on Ubuntu?


Quote
Topic Tags
myTechMint
(@mytechmint)
Member Moderator
Joined: 4 years ago
Posts: 52
 

Use the below command to install "pip" in Ubuntu

 

sudo apt-get install python-pip

OR

sudo apt-get install python3-pip

ReplyQuote