Re: [Tutor] Fwd: Running a script in the background

2012-09-02 Thread eryksun
On Sun, Sep 2, 2012 at 10:06 AM, Walter Prins wrote: > > nohup python myscript.py & > > Then you can close the terminal afterwards. "nohup" means"no hangup". > It tells the system that the python process launched as a result of > this command should not be terminated when its parent shell is > t

[Tutor] Fwd: Running a script in the background

2012-09-02 Thread Walter Prins
forwarding accidental reply to person only -- Forwarded message -- From: Walter Prins Date: 2 September 2012 15:05 Subject: Re: [Tutor] Running a script in the background To: Michael Lewis On 2 September 2012 05:00, Michael Lewis wrote: > >> For windows not sure but for osx j