Python 技术篇-pip安装的python库缓存位置查看方法,如何查看python库源码

2020-09-23 10:18:25 浏览数 (1)

pip install xxx安装库时,pip把库缓存在了:C:UsersAdministratorAppDataLocalpipcache, 我的用户是管理员,所以是Administrator。

如果我们想查看库的源码的话,可以直接把地址复制到浏览器,就会直接下载下来。 chche不知道有什么存储规则,我是没找到对应的位置。

代码语言:javascript复制
C:UsersAdministrator>pip install PyHook3
Collecting PyHook3
  Using cached https://files.pythonhosted.org/packages/d2/e9/01e84a297a83e826978
ca917e9ee538b86924c6235b656f3cc81950cda44/PyHook3-1.6.1.tar.gz

0 人点赞