Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #49698
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2013-07-02 20:59 -0700 |
| References | <14be21de-2ceb-464a-a638-dce0368ab9e7@googlegroups.com> |
| Message-ID | <3d55a01e-379d-490e-8573-548d2ac21db5@googlegroups.com> (permalink) |
| Subject | Re: Python - forking an external process? |
| From | rusi <rustompmody@gmail.com> |
On Wednesday, July 3, 2013 9:17:29 AM UTC+5:30, Victor Hooi wrote: > Hi, > > I have a Python script where I want to run fork and run an external command > (or set of commands). > For example, after doing <xyz>, I then want to run ssh to a host, handover > control back to the user, and have my script terminate. Seen Fabric? http://docs.fabfile.org/en/1.6/ Recently -- within the last month methinks -- there was someone who posted a supposed improvement to it (forget the name)
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python - forking an external process? Victor Hooi <victorhooi@gmail.com> - 2013-07-02 20:47 -0700
Re: Python - forking an external process? rusi <rustompmody@gmail.com> - 2013-07-02 20:59 -0700
Re: Python - forking an external process? Victor Hooi <victorhooi@gmail.com> - 2013-07-02 21:11 -0700
Re: Python - forking an external process? rusi <rustompmody@gmail.com> - 2013-07-02 21:22 -0700
Re: Python - forking an external process? Roy Smith <roy@panix.com> - 2013-07-03 00:17 -0400
Re: Python - forking an external process? Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2013-07-03 12:55 +0200
csiph-web