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

前端 未结 5 1759
灰色年华
灰色年华 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:24

    Follow these steps:

    1. Open Setting (Ctrl + Alt + s)
    2. Click on plugins
    3. Find Browse Repositories and click
    4. Search for "python"
    5. Select Python SDK or pycharm
    6. Restart the IDE
    7. Go to project structure
    8. Select the python SDK in projects or create a new project with python SDK.

提交回复
热议问题