pip默认缓存的位置是C:\Users\username\AppData\Local\pip\cache,这占用了大量的C盘空间,我们可能想要改变此路径为D:\Python\pipcache。
做法是命令行中输入如下命令:pip config set global.cache-dir “D:\Python\pipcache”
得到反馈:Writing to C:\Users\yk\AppData\Roaming\pip\pip.ini
调整完毕文章来源:https://www.toymoban.com/news/detail-859985.html
原文地址:https://blankspace.blog.csdn.net/article/details/115771621文章来源地址https://www.toymoban.com/news/detail-859985.html
到了这里,关于【Python】修改pip默认缓存位置的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!