Home > Backend Development > Python Tutorial > How Can I List Locally Installed Python Modules?

How Can I List Locally Installed Python Modules?

Susan Sarandon
Release: 2024-11-28 20:08:13
Original
250 people have browsed it

How Can I List Locally Installed Python Modules?

Listing Locally Installed Python Modules

Want to know what Python modules are installed on your computer? Here's how to get the list:

Run the following command in a Python shell or prompt:

help('modules')
Copy after login

This will generate a list of available modules, both built-in and third-party.

The above is the detailed content of How Can I List Locally Installed Python Modules?. For more information, please follow other related articles on the PHP Chinese website!

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template