print message not shown in nohup.out?
📝
内容提要
When starting a long-running Python program, I often run it under nohup so I can redirect all the output to nohup.out for easier inspection. I use nohup python test.py& to run the process in the...
➡️