ipython en MacOS 10.10: comando no encontrado

Estoy tratando de hacer que ipython funcione en Mac OS 10.10.

problema:

$ ipython

devoluciones

-bash: ipython: command not found

contexto:

Estoy ejecutando python2.7 en MacOS 10.10. Instalé python a través de brew. Alguna información:

which python =

/usr/local/bin/python

brew info python =

python: stable 2.7.10 (bottled), HEAD
Interpreted, interactive, object-oriented programming language
https://www.python.org
/usr/local/Cellar/python/2.7.10_2 (4977 files, 77M) *

Para instalar ipython ejecuté

pip install ipython[all]

entonces...pip show ipython =

---
Metadata-Version: 2.0
Name: ipython
Version: 4.0.0
Summary: IPython: Productive Interactive Computing
Home-page: http://ipython.org
Author: The IPython Development Team
Author-email: [email protected]
License: BSD
Location: /usr/local/lib/python2.7/site-packages
Requires: traitlets, pickleshare, simplegeneric, decorator, gnureadline, appnope, pexpect

finalmente,echo $PATH =

/Users/[username]/depot_tools:/usr/local:/usr/local/lib:/Users/[username]/depot_tools:/usr/local:/usr/local/lib:/usr/local/lib/python2.7/site-packages:/Users/[username]/depot_tools:/usr/local:/usr/local/lib:/usr/local/git/current/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin

¿Alguien puede decirme qué estoy haciendo mal?

Respuestas a la pregunta(2)

Su respuesta a la pregunta