Skip to content

Instantly share code, notes, and snippets.

@overengineered
Created August 27, 2014 07:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save overengineered/146dc95e21e17d263e37 to your computer and use it in GitHub Desktop.
Save overengineered/146dc95e21e17d263e37 to your computer and use it in GitHub Desktop.
Install pip on Raspberry PI
curl -O http://python-distribute.org/distribute_setup.py
python distribute_setup.py
curl -O https://bootstrap.pypa.io/get-pip.py
python get-pip.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment