Python pip源配置


  • pipy 国内镜像目前有
http://pypi.doubanio.com/simple/ 豆瓣
http://mirrors.aliyun.com/pypi/simple/ 阿里云
https://pypi.tuna.tsinghua.edu.cn/simple/ 清华大学
  • 比如设置阿里云镜像

直接cmd命令行中分别执行下列2行代码(以阿里云为例):

  1. pip config set global.trusted-host mirrors.aliyun.com
  2. pip config set global.index-url https://mirrors.aliyun.com/pypi/simple



评论

支持上传图片(拖动图片或者截图粘贴)

0 评论