U
U
UniProger2022-02-25 00:06:40
Python
UniProger, 2022-02-25 00:06:40

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

2 answer(s)
D
DevMan, 2022-02-25
@UniProger

umm .... and if you run it from the console, what will change?
do not confuse ide with runtime.

A
Andy_U, 2022-02-25
@Andy_U

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 question

Ask a Question

731 491 924 answers to any question