Problem running python/matplotlib in background after ending ssh session

后端 未结 4 570
长发绾君心
长发绾君心 2020-12-24 07:50

I have to VPN and then ssh from home to my work server and want to run a python script in the background, then log out of the ssh session. My script makes several histogram

4条回答
  •  离开以前
    2020-12-24 08:26

    Sorry if this is a stupid answer, but if you're just running a console session, would 'screen' not suffice? Detachable sessions, etc.

提交回复
热议问题