Python without a tty

ron vacorama at gmail.com
Thu Sep 29 19:11:02 EDT 2011


On Sep 29, 5:21 am, Steven D'Aprano <steve
+comp.lang.pyt... at pearwood.info> wrote:
> I have a Python script which I would like to test without a tty attached
> to the process. I could run it as a cron job, but is there an easier way?
>
> I am running Linux.
>
> --
> Steven

Have you tried GNU Screen?  It let's you run processes under virtual
terminals, which can then be backgrounded, reconnected to, etc.  I
think it comes with most linux distros.



More information about the Python-list mailing list