ipython: command not found on OSX

http://stackoverflow.com/questions/18264908/ipython-command-not-found-on-osx

解决方案:

sudo vim ~/.pydistutils.cfg

[install] install
-data=/usr/local install-scripts=/usr/local/bin
pip install -U --user --force ipython  

 

posted @ 2016-10-09 11:53  dupuleng  阅读(1350)  评论(0)    收藏  举报