PyCharm 2018.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 run from left gutter icon, and then choose Run <script name>.

Last modified: 21 November 2018

See Also