Install pip command in Mint

Gabriel Turqos

Active Member
Joined
Mar 11, 2019
I have to install the Django package to my mint distribution. I want to accomplish this by using pip command but can not find the pip command. How can I install the pip command ? Thanks
 
These commands will help you to install pip on Linux:
# apt install python-pip #python 2
# apt install python3-pip #python 3
 
Back
Top Bottom