在Max OSX 下安装ipython
pip install ipython
出现如下错误:
OSError: [Errno 1] Operation not permitted: '/System/Library/Frameworks/Python.framework/Versions/2.7/share'
解决方案:基于用户的权限来安装模块包显得更加合理。
pip install ipython --user -U
在Max OSX 下安装ipython
pip install ipython
出现如下错误:
OSError: [Errno 1] Operation not permitted: '/System/Library/Frameworks/Python.framework/Versions/2.7/share'
解决方案:基于用户的权限来安装模块包显得更加合理。
pip install ipython --user -U
本文标题:解决mac osx下pip安装ipython权限的问题
本文链接:https://www.haomeiwen.com/subject/bwqtqxtx.html
网友评论