"Settings" > "Project Interpreter" > "Packages" to view installed third-party modules. Right-click a specific module and select Properties to view module details. Press "Ctrl" + "Alt" + "S" and select "Project Interpreter" > "Show path" to view the system-wide installed modules."/> "Settings" > "Project Interpreter" > "Packages" to view installed third-party modules. Right-click a specific module and select Properties to view module details. Press "Ctrl" + "Alt" + "S" and select "Project Interpreter" > "Show path" to view the system-wide installed modules.">
Home >Backend Development >Python Tutorial >How to check installed modules in pycharm
Installed modules can be viewed in PyCharm by clicking "File" > "Settings" > "Project Interpreter" > "Packages" to view installed third-party modules. Right-click a specific module and select Properties to view module details. Press "Ctrl" "Alt" "S" and select "Project Interpreter" > "Show path" to view the system-wide installed modules.
How to view installed modules in PyCharm
View installed modules directly
View details for a specific module
View system-wide installed modules
Open a terminal and navigate to this directory, for example:
<code>cd ~/.pyenv/versions/3.10.4/lib/python3.10/site-packages</code>
The above is the detailed content of How to check installed modules in pycharm. For more information, please follow other related articles on the PHP Chinese website!