Skip to main content
added 2 characters in body
Source Link
desertnaut
  • 60.8k
  • 32
  • 155
  • 183

Installing using apt-get installs a system wide pip, not just a local one for your user. Try this command to get pip running on your system ...

$ sudo apt-get install python-pip python-dev build-essential

$ sudo apt-get install python-pip python-dev build-essential

Then pip will be installed without any issues and you will be able to use "sudo pip..."sudo pip....

Installing using apt-get installs a system wide pip, not just a local one for your user. Try this command to get pip running on your system ...

$ sudo apt-get install python-pip python-dev build-essential

Then pip will be installed without any issues and you will be able to use "sudo pip...".

Installing using apt-get installs a system wide pip, not just a local one for your user. Try this command to get pip running on your system ...

$ sudo apt-get install python-pip python-dev build-essential

Then pip will be installed without any issues and you will be able to use sudo pip....

Installing using apt-getapt-get installs a system wide pippip, not just a local one for your user. Try this command to get pip running ason your system ...

$ sudo apt-get install python-pip python-dev build-essential

Then pip will be installed without noany issues and you will be aleable to use "sudo pip...".

Installing using apt-get installs a system wide pip, not just a local one for your user. Try this command to get pip running as system ...

$ sudo apt-get install python-pip python-dev build-essential

Then pip will be installed without no issues and you will be ale to use "sudo pip...".

Installing using apt-get installs a system wide pip, not just a local one for your user. Try this command to get pip running on your system ...

$ sudo apt-get install python-pip python-dev build-essential

Then pip will be installed without any issues and you will be able to use "sudo pip...".

Love the answer but it needed a bit more context. Edits are meant to help!
Source Link

TryInstalling using apt-get installs a system wide pip, not just a local one for your user. Try this command to get pip running as system ...

$ sudo apt-get install python-pip python-dev build-essential

Then pip will be installed without no issues and you will be ale to use "sudo pip...".

Try this command

$ sudo apt-get install python-pip python-dev build-essential

pip will be installed without no issues

Installing using apt-get installs a system wide pip, not just a local one for your user. Try this command to get pip running as system ...

$ sudo apt-get install python-pip python-dev build-essential

Then pip will be installed without no issues and you will be ale to use "sudo pip...".

Source Link
Vignesh
  • 1.7k
  • 2
  • 13
  • 11
Loading