临时指定:

pip install cefpython3 -i https://pypi.tuna.tsinghua.edu.cn/simple

 

一直使用:
pip的配置文件为%HOME%/pip/pip.ini,当前环境下是C:\Users\Dell\pip\pip.ini,Dell为当前用户名。

默认情况下pip文件夹和pip.ini都未创建,自行创建,pip中添加以下内容。

[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-01
  • 2022-12-23
  • 2021-09-14
  • 2021-07-22
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2020-01-31
  • 2022-01-24
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案