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

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

查询各种方案

pip3 install requests

提示未成功

python3 -m pip3 install requests

仍然提示权限不足

pip3 install requests --user

成功

相关文章:

  • 2021-11-03
  • 2021-11-18
  • 2021-11-27
  • 2021-12-19
  • 2022-12-23
  • 2021-05-18
  • 2021-12-13
  • 2021-08-04
猜你喜欢
  • 2021-05-28
  • 2021-05-21
  • 2021-06-13
  • 2021-11-27
  • 2021-11-18
  • 2022-12-23
相关资源
相似解决方案