python-阿里镜像源-pip

Posted person1-0-1

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python-阿里镜像源-pip相关的知识,希望对你有一定的参考价值。

将pip源设置为国内

>>>windows

  1 地址栏输入%appdata%

  2 新建pip文件价

  3 文件夹里建pip.ini

    内容:

    [global]
    timeout = 6000
    index-url = https://mirrors.aliyun.com/pypi/simple/
    trusted-host = mirrors.aliyun.com
>>>linux
(1)cd ~
(2)mkdir ~/.pip
(3)vi ~/.pip/pip.conf
(4)编辑内容,和windows一模一样

以上是关于python-阿里镜像源-pip的主要内容,如果未能解决你的问题,请参考以下文章

Python的pip源切换为国内阿里云镜像

Python的pip源切换为国内阿里云镜像

【Ubuntu】更换pip镜像源

【Python基础】PIP 镜像源配置轻松搞定

Python永久使用国内pip镜像源

Python pip源使用国内镜像