PyCharm 2017.2 Help

Running Without Any Previous Configuring

Any executable script can be run in PyCharm. You don't need to create any run/debug configuration in advance. The temporary run/debug configuration is already created for you.

To run any script without creating a run/debug configuration, do one of the following:

  • Click the editor background and then choose Run <script name>.
  • In the left gutter, click the icon /help/img/idea/2017.2/run_from_left_gutter_icon.png, and then choose Run <script name>.
Last modified: 26 October 2017

See Also