Search code examples
pycharm

Why is the Run option disabled on PyCharm?


I observed that on a new project the Run option is disabled and I expected to be able to run a script without having to manually add a configuration for it.


Solution

  • You can't run without a configuration, however temporary configuration can be created automatically if you use Run context menu option in the script editor.