#把Python程序挂起到后台运行nohup python3 -c "from app import app;" > log.out 2>&1 &
结果:[1]+ Illegal instruction (core dumped) nohup python3 -c "from app import app;" > log.out 2>&1
解决了吗,老铁,遇见了同样的问题???