美文网首页
pip install 使用国内镜像

pip install 使用国内镜像

作者: 滴滴时光 | 来源:发表于2017-06-12 10:35 被阅读15次

    临时使用

    // -i 指定清华源
    pip install --upgrade tensorflow -i https://pypi.tuna.tsinghua.edu.cn/simple
    

    永久指定

    修改或创建 ~/.pip/pip.conf

    [global]
    index-url = https://pypi.tuna.tsinghua.edu.cn/simple
    

    相关文章

      网友评论

          本文标题:pip install 使用国内镜像

          本文链接:https://www.haomeiwen.com/subject/lcflqxtx.html