Wednesday, October 1, 2008

IPython

I am reading the book "Python for UNIX and Linux Administration" and I thought that I should also install IPython that is mentioned inside the book.
Installing IPython on Mac OS X is actually quite easy with the following command:
  • sudo easy_install ipython
You should also execute the command to load the right Readline library:
  • sudo easy_install -f http://ipython.scipy.org/dist/ readline

No comments: