How to list all installed python modules

How to list all installed python modules

To know what are the python modules installed in system.Use the given below command.

Login into system.
Type the command python to get the python prompt

# python

Now you will get the python prompt like this >>>, type the command help(“modules”) and press enter key

>>> help(“modules”)

>>> CTRL+D press these key to exit from python prompt

1 thought on “How to list all installed python modules”

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.