使用pip install安装包时,提示无权限,即使切换到root账号,仍然提示无权限
加上--user参数解决,如:
pip install --user ipython
使用pip install安装包时,提示无权限,即使切换到root账号,仍然提示无权限
加上--user参数解决,如:
pip install --user ipython
mac上pip install时提示/System/Library/... 无权限
原文:https://www.cnblogs.com/jinghan/p/8573119.html