Skip to content

Instantly share code, notes, and snippets.

@jacob414
Created October 13, 2011 12:13
Show Gist options
  • Save jacob414/1284091 to your computer and use it in GitHub Desktop.
Save jacob414/1284091 to your computer and use it in GitHub Desktop.
Proper readline installation in new Python on OS X
# Not a real shell file (might work, tho..). I suggest copy-and
# paste the lines one by one into a terminal. You need to have
# installed the official OS X Python 2.7 from python.org, obviously.
cd /Library/Frameworks/Python.framework/Versions/2.7
curl http://peak.telecommunity.com/dist/ez_setup.py -O
./bin/python2.7 ez_setup.py
./bin/easy_install readline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment