Python镜像加速配置 发表于 2020-11-17 更新于 2020-11-17 分类于 Developer 阅读次数: 1708 新建配置文件 Windows %HOMEPATH%\pip\pip.ini Linux ~/.pip/pip.conf 修改配置 在上述文件中添加或修改: [global] index-url = https://mirrors.aliyun.com/pypi/simple/ [install] trusted-host=mirrors.aliyun.com 本文作者: 6x 本文链接: https://6xyun.cn/article/106 版权声明: 本博客所有文章除特别声明外,均采用 BY-NC-ND 许可协议。转载请注明出处!