Python and IntelliJ IDEA

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

Debugging in IDE