CLion 2016.3 Help

Python

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

In this section:

Prerequisite

At least one Python interpreter is properly installed on your machine. If you are a Windows user, we strictly recommend you to 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:

  • In 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:

See Also

Last modified: 29 March 2017