美文网首页
pip安装package禁用缓存

pip安装package禁用缓存

作者: 暂时还没有昵称2222 | 来源:发表于2016-05-12 02:00 被阅读425次

禁用缓存设置 no-cache-dir = true 报错, 找到如下问题
Using PIP_NO_CACHE_DIR raises exception

pip.conf 安装时禁用缓存设置如下:

[global]
index-url = http://127.0.0.1:9000/simple/
trusted-host = 127.0.0.1

[install]
; ignore-installed = true
; pip_no-cache-dir = on
no-cache-dir = off

相关文章

网友评论

      本文标题:pip安装package禁用缓存

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