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

前端 未结 5 1766
灰色年华
灰色年华 2020-12-12 19:47

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 Pyth

5条回答
  •  生来不讨喜
    2020-12-12 20:47

    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.

提交回复
热议问题