sudo apt update
sudo apt install python3
sudo apt install python3-pip
sudo mkdir ~/.pip
sudo vim ~/.pip/pip.conf

添加如下内容

[global]
index-url=https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host=mirrors.aliyun.com

相关文章:

  • 2021-10-01
  • 2021-09-14
  • 2021-11-29
  • 2022-12-23
  • 2021-11-12
  • 2021-12-12
  • 2021-12-03
  • 2022-12-23
猜你喜欢
  • 2022-02-16
  • 2021-10-29
  • 2022-12-23
  • 2022-12-23
  • 2022-02-09
  • 2021-07-23
  • 2021-08-23
相关资源
相似解决方案