G Gabriel Turqos Active Member Joined Mar 11, 2019 Messages 17 Apr 11, 2020 Thread Author #1 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
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
Solution R R RuskinF Jul 27, 2020 These commands will help you to install pip on Linux: # apt install python-pip #python 2 # apt install python3-pip #python 3
These commands will help you to install pip on Linux: # apt install python-pip #python 2 # apt install python3-pip #python 3
nmsuk Essential Member Joined Sep 7, 2009 Messages 4,328 Apr 11, 2020 #2 sudo apt install pip Upvote 0 Downvote
R RuskinF Member Joined Feb 17, 2020 Messages 87 Jul 27, 2020 #3 These commands will help you to install pip on Linux: # apt install python-pip #python 2 # apt install python3-pip #python 3 Upvote 1 Downvote Solution
These commands will help you to install pip on Linux: # apt install python-pip #python 2 # apt install python3-pip #python 3