Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I configure a Python interpreter in IntelliJ IDEA with the PyCharm plugin?

There is a tutorial in the IDEA docs on how to add a Python interpreter in PyCharm, which involves accessing the "Project Interpreter" page. Even after installing the Python plugin, I don't see that setting anywhere.

Am I missing something obvious?

like image 986
kousen Avatar asked Jul 15 '14 22:07

kousen


1 Answers

With the Python plugin installed:

  1. Navigate to File > Project Structure.
  2. Under the Project menu for Project SDK, select "New" and
  3. Select "Python SDK", then select "Local".

Provided you have a Python SDK installed, the flow should be natural from there - navigate to the location your Python installation lives.

like image 185
Makoto Avatar answered Sep 23 '22 10:09

Makoto