在编译执行python文件的时候,采用nohup进行后台自动运行,但是在执行文件的时候出现"nohup: ignoring input and appending output to ‘nohup.out’"的错误提示。搜索文章之后将 解决办法记录下来。直接抛弃概念性的文件,直接将如何解决记录。

chmod +x hello.py

nohup python hello.py >/dev/null 2>&1 &

温馨提示! 你需要支付 ¥0.62 元后才能查看付费内容
点赞(256) 打赏

评论列表 共有 0 条评论

暂无评论

微信小程序

微信扫一扫体验

立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部