> ## Content Index
> Fetch the complete content index at: https://sgpublic.xyz/llms.txt
> Use this file to discover other available public pages before exploring further.

# Python pip 清除缓存
- URL: https://sgpublic.xyz/p/2021/12/6aac9cb1810a4800015335ed/
- Published: 2021-12-04T12:25:52.000Z
- Updated: 2021-12-04T12:25:52.000Z
- Author: Haven Madray
- Tags: 软件开发, Python, #wp-post

> 参考文章 [(30条消息) \[Python\] pip 清除缓存\_hanjialeOK的博客-CSDN博客\_pip清理缓存](https://blog.csdn.net/weixin%5F43742643/article/details/113547401?ref=sgpublic.xyz)

## linux

```
cd ~/.cache/pip
rm -rf *
```

## win

缓存所在文件夹

```
%AppData%..Localpipcache
```