Skip to content Skip to sidebar Skip to footer

Launch Script At The End Of The Run In Pycharm

For a specific case, I need all PyCharm projects to run a given script at the end of each run. In the Run/Debug configurations, there is an option to run a script before launch. Is

Solution 1:

You can use the plugin Multirun on any JetBrains IDE. Using that just create a configuration for your main script and another one for the end-script. After that just create a Multirun configuration that calls both of your scripts.


Post a Comment for "Launch Script At The End Of The Run In Pycharm"