Skip to content

Instantly share code, notes, and snippets.

View Karthikvels's full-sized avatar

Karthik V Karthikvels

  • Samsung R & D institute
  • Bangalore
  • 12:54 (UTC +05:30)
View GitHub Profile
@rhshah
rhshah / pip.md
Created January 16, 2018 22:27 — forked from saurabhshri/pip.md
Install and use pip in a local directory without root/sudo access.

#Install and use pip in a local directory without root/sudo access. #####By: @saurabhshri

##Why? Many users when are given server access, do not have root (or sudo) privileges and can not simply do sudo apt-get install python-pip . Here's an easy way you can install and use pip without root (or sudo) access in a local directory. Note : This works without easy_install too.

##How?