升级到10.15.1以后通过alias 可以更换python ,但pip3 一直不能,没有找到解决方法

但在使用pip3安装第三方库时一直报错,提示权限不足

查询各种方案

pip3 install requests

提示未成功

python3 -m pip3 install requests

仍然提示权限不足

pip3 install requests --user

成功

相关文章: