So I'm going through the matplotlib documentation and prepared to use the iPython interactive Python shell with ipython -pylab
. However I get this:
Az's MBP:~ Az$ ipython -pylab
-bash: ipython: command not found
Did I fail to install iPython? I used easy_install
as advised.
Any ideas?
Update
Found it in /opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin
. Am still confused.