Help getting iPython to run from the OSX terminal.
Posted
by Azfar
on Super User
See other posts from Super User
or by Azfar
Published on 2010-05-28T01:10:56Z
Indexed on
2010/05/28
1:22 UTC
Read the original article
Hit count: 279
beginner
|osx-leopard
Hi there,
Got a heads up from stackoverflow.com to ask the question here.
I'm going through the matplotlib documentation and prepared to use the iPython interactive Python shell with ipython -pylab
. However I get this:
MBP:~ Me$ ipython -pylab
-bash: ipython: command not found
Did I fail to install iPython? I used easy_install
as advised.
Any ideas?
Update
Thought I'd just say that I found the iPython "executable" in /opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin
after doing a Spotlight search.
Still a little confused as to what to do.
© Super User or respective owner