Created
October 13, 2011 12:13
-
-
Save jacob414/1284091 to your computer and use it in GitHub Desktop.
Proper readline installation in new Python on OS X
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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