macOS下sudo安装ipython,会提示限错误:

[Errno 1] Operation not permitted: '/tmp/pip-Elrhse-uninstall/System/Library...

解决方法:

pip install ipython --user -U


参考:

http://chaishiwei.com/blog/994.html