CLion 2018.1 Help

Python

This section contains description of the Python specific features and procedures that can be used in your projects.

Prerequisite

At least one Python interpreter is properly installed on your machine. If you are a Windows user, we strictly recommend that you install Python from here. This will prevent you of possible problems with debugger on Windows.

In case of working with Python in CLion, currently we do recommend to set run.processes.with.pty to false in CLion’s registry:

  • Find Action dialog (Ctrl+Shift+A) type Registry.
  • In the registry type run.processes.with.pty to find the parameter.
  • Uncheck the parameter there.
This is necessary for correct Python console and Python run/debug functioning.

Python support

The Python plugin bundled in CLion, supports Python from versions 2.4 up to the version 3.5

Python support in CLion includes:

Last modified: 24 July 2018

See Also