Ubuntu安装pip并切换国内源

 参考

阿里巴巴开源镜像站

Ubuntu安装pip并切换国内源

先安装Python 3和pip3

Ubuntu安装pip并切换国内源

查看Python 3和pip3

python3 --version

Ubuntu安装pip并切换国内源Ubuntu安装pip并切换国内源

    pip3 --version

    Ubuntu安装pip并切换国内源Ubuntu安装pip并切换国内源

    安装完成后

    创建pip文件夹 并创建pip.conf文件

    cd ~
    mkdir .pip
    touch pip.conf
    sudo chmod 755 pip.conf
    gedit pip.conf

    Ubuntu安装pip并切换国内源Ubuntu安装pip并切换国内源

    输入阿里云pypi镜像源保存即可

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

    Ubuntu安装pip并切换国内源Ubuntu安装pip并切换国内源

    Ubuntu安装pip并切换国内源

     

     

     

     

     

     

     


    上一篇:K8S有状态服务-云盘扩容解决方案


    下一篇:医疗物联网让护理变的“有序有爱”