How to run python script in background using Anaconda? ('nohup python -u test.py &' doesn't work!)

前端 未结 0 733
挽巷
挽巷 2020-12-30 17:54

I have a simple python script test.py:

import time
import logging

logging.basicConfig(filename=\'app.log\', filemode=\'w\', level=logging.DE         


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