简体   繁体   English

pip在哪里安装软件包?

[英]Where does pip install packages?

When I run pip list it tells me Pygame is installed, and I can import it: 当我运行pip list它告诉我Pygame已安装,并且可以导入它:

我的命令提示符

But when I view the folder that is supposed to hold the installed packages, Pygame is not there: 但是,当我查看应该包含已安装软件包的文件夹时,Pygame不存在:

在Windows资源管理器中查看带有导入模块的文件

(Note the other modules appear in the file, as expected) A search for 'pygame' in C:\\Python27 turns up nothing. (请注意,其他模块按预期出现在文件中)在C:\\ Python27中搜索'pygame'不会产生任何结果。

Where is Pygame installed? Pygame安装在哪里?

pip show pygame应该在"Location"下为您提供正确的指示。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM