pip安装包在哪里?

问题描述 投票:-1回答:1

当我运行pip list它告诉我Pygame已安装,我可以导入它:

my command prompt

但当我查看应该保存已安装软件包的文件夹时,Pygame不存在:

the file with the imported modules viewed in windows explorer

(注意其他模块出现在文件中,正如预期的那样)在C:\ Python27中搜索“pygame”没有任何结果。

Pygame安装在哪里?

python-2.7 pip
1个回答
2
投票

pip show pygame应该在"Location"下给你正确的指示。

© www.soinside.com 2019 - 2024. All rights reserved.