Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
347 views
in Technique[技术] by (71.8m points)

python - 如何获取本地安装的Python模块列表?(How can I get a list of locally installed Python modules?)

I would like to get a list of Python modules, which are in my Python installation (UNIX server).

(我想获得Python模块的列表,这些模块在我的Python安装(UNIX服务器)中。)

How can you get a list of Python modules installed in your computer?

(如何获得计算机中安装的Python模块的列表?)

  ask by Léo Léopold Hertz ?? translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
help('modules')

在Python Shell /提示中。


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...