I am having trouble getting my ipython to work after a regular python upgrade. If I type:
ipython notebook --pylab inline
I get the following error:
-bash: /usr/local/bin/ipython: No such file or directory
If I type:
which ipython
I get no response, just the command line prompt. if I type:
which python
I get
/usr/bin/python
if I type:
ipython --version
I get the following error:
-bash: /usr/local/bin/ipython: No such file or directory
When I inspect my system I see that my Ipython is installed in:
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Ipython
What should I do to make my ipython function again? I had to fix the links for pip and easy_install to get them to work after the python installation. I just can't seem to get ipython working again.