pip安装package禁用缓存
2016-05-12 本文已影响425人
暂时还没有昵称2222
禁用缓存设置 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