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

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

    If you have multiple modules in your project, with different languages, you can set the interpreter in the following way:

    • File -> Project Structure...
    • Select Modules in the list on the left
    • Select the Python module in the list of modules
    • On the right-hand side, either choose an existing Python SDK from the dropdown list, or click on the New... button to create either a virtualenv, or create a new Python SDK from a Python installation on your system.

提交回复
热议问题