python pip 安装 删除缓存(cache)

今天pip安装包时,一直使用缓存,非常不爽……

pip删除缓存 安装操作:

 pip --no-cache-dir install  包名

If using pip 6.0 or newer, try adding the --no-cache-dir option.

If using pip older than pip 6.0, upgrade it with pip install -U pip.

猜你喜欢

转载自blog.csdn.net/qq_23944915/article/details/88429611