How to install iPython on Snow Leopard

ipython, macos, python

Solution

To install with the Apple-supplied Python in 10.6:

$ sudo /usr/bin/easy_install-2.6 ipython

To use:

$ ipython

Problem

Does iPython work on Mac OS X 10.6.1 Snow Leopard? I'm python noob, how can I install iPython on my Mac? Links? suggestions? Thanks

Original source