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
时间: 2024-12-17 11:14:42
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