Answer the question
In order to leave comments, you need to log in
How to run multiple python scripts at the same time?
How to run multiple python scripts at the same time?
Answer the question
In order to leave comments, you need to log in
If it is Linux, then after running the script, you can press Ctrl + z and the script will remain running in the background.
Or you can add an ampersand at the end of the call, like
this will also cause it to run in the background.
Read, for example here
heap.altlinux.org/modules/linux_processes.kirill/i...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question