Run 2 python scripts simultaneously

后端 未结 0 543
忘了有多久
忘了有多久 2021-01-24 19:15

I need to run 2 python scripts at the same time. I tried this:

import script1
import script2

python script1.py &
python script2.py &

But

相关标签:
回答
  • 消灭零回复
提交回复
热议问题