I installed ipython using pip. I have python 2.7 on my Mac. However I am unable to start up ipython.
[17:26:01] ipython -bash: ipython: command not found
Then thinking that maybe I need to run it from within python I even tried that
[17:28:10] python
import ipython
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named ipython
Any idea what is wrong?
Thanks.