标签: python macos ipython
我在Mac OS 10.7.5上安装了ipython 3.0.0-b1(在/usr/local/bin/ipython2中),使用pip安装了matplotlib。
/usr/local/bin/ipython2
如果我使用python(运行版本2.7.3),import matplotlib工作正常。
python
import matplotlib
如果我使用ipython2,则import matplotlib会抱怨:
ipython2
ImportError: No module named matplotlib
如何让ipython找到我安装的软件包?谢谢!