[Tutor] Run a few Python commands from a temporary filesystem when the rootfs is halted

Frederick Grose fgrose at gmail.com
Sat Apr 23 01:54:12 CEST 2011


With Bash, when one needs to halt the current root filesystem, to pivot to a
new filesystem, one can copy some of the command files and their
dependencies to a temporary file system and execute from that code base.

Is there a way to accomplish the same within a Python script?

Or must I chain Python and Bash together for this?

          --Fred
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20110422/cafc93d7/attachment.html>


More information about the Tutor mailing list