Adding readline to Python
Python without readline is painful.
But all you have to do to add it on the mac is:
python `python -c "import pimp; print pimp.__file__"` -i readline
And life is better . . .
Thanks to Bill Bumgarner in this post.
On macs, mostly, with an emphasis on the command line.
Python without readline is painful.
But all you have to do to add it on the mac is:
python `python -c "import pimp; print pimp.__file__"` -i readline
And life is better . . .
Thanks to Bill Bumgarner in this post.
0 Comments:
Post a Comment
<< Home