Answer the question
In order to leave comments, you need to log in
How to run two projects in parallel in PyCharm?
Hello,
I have a project written in PyCharm. I need to run it simultaneously in two instances, but with different parameters, to see how they affect the result, how can I do this?
Please explain in detail, otherwise I'm not very familiar with this ide, thanks
Answer the question
In order to leave comments, you need to log in
umm .... and if you run it from the console, what will change?
do not confuse ide with runtime.
Take and run. You just need to check the "parallel run" checkbox in the run configuration. Or create several run configurations. But if your program, for example, writes something to a file with a fixed name, then SSZB. Or run the first time, then "pin" the output so that it doesn't get erased on the next run, then run it a second time. It's not very clear what you need.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question