Python and IntelliJ IDEA: Difference between revisions
Jump to navigation
Jump to search
(7 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
* [[Python#Subjects|Python]] | * [[Python#Subjects|Python]] | ||
* [[IntelliJ#Subjects|IntelliJ]] | * [[IntelliJ#Subjects|IntelliJ]] | ||
* [[PyCharm]] | |||
=Plugin= | =Overview= | ||
If you can, use [[PyCharm]] instead. | |||
=Python Plugin= | |||
Python - corresponds to PyCharm Professional Edition. | Python - corresponds to PyCharm Professional Edition. | ||
=Configure a Python Interpreter for the Module= | =Configure a Python Interpreter for the Module= | ||
This procedure is valid only if the [[#Python_Plugin|Python Plugin]] is installed. | |||
File → Project Structure → Platform Settings → SDKs → + → Python SDK → System Interpreter → Full path to the desired interpreter. | |||
Then go to the module in question and select the desired SDK. | |||
==Interpreter Paths== | |||
==Interpreter Packages== | |||
=Running in IDE= | |||
Shift ⇧ F10 | |||
=Debugging in IDE= |
Latest revision as of 23:09, 20 January 2022
Internal
Overview
If you can, use PyCharm instead.
Python Plugin
Python - corresponds to PyCharm Professional Edition.
Configure a Python Interpreter for the Module
This procedure is valid only if the Python Plugin is installed.
File → Project Structure → Platform Settings → SDKs → + → Python SDK → System Interpreter → Full path to the desired interpreter.
Then go to the module in question and select the desired SDK.
Interpreter Paths
Interpreter Packages
Running in IDE
Shift ⇧ F10