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
If you have multiple modules in your project, with different languages, you can set the interpreter in the following way:
File -> Project Structure...Modules in the list on the leftNew... button to create either a virtualenv, or create a new Python SDK from a Python installation on your system.