Python and IntelliJ IDEA: Difference between revisions
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
File → Project Structure → Platform Settings → SDKs → + → Python SDK → System Interpreter → Full path to the desired interpreter. | 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 Paths== | ||
==Interpreter Packages== | ==Interpreter Packages== |
Revision as of 01:59, 4 October 2019
Internal
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.