Skip to content

Instantly share code, notes, and snippets.

@staeff
Created April 25, 2015 15:43
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 staeff/c894fde29ec580509fe0 to your computer and use it in GitHub Desktop.
Save staeff/c894fde29ec580509fe0 to your computer and use it in GitHub Desktop.
Unofficial packages for Intel Edison (Install pip)

How to install inofficial packages on Intel Edison

taken from here:
http://blogs.bu.edu/mhirsch/2014/11/getting-started-with-intel-edison/
http://blogs.bu.edu/mhirsch/2014/11/installing-python-pip-on-intel-edison/

Add unofficial repos

$ cat /etc/opkg/base-feeds.conf

src/gz all http://repo.opkg.net/edison/repo/all
src/gz edison http://repo.opkg.net/edison/repo/edison
src/gz core2-32 http://repo.opkg.net/edison/repo/core2-32

$ opkg update $ opkg install <software>

Install pip

$ opkg install python-pip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment