subprocess & shared environments

Robert Dailey rcdailey at gmail.com
Fri May 1 01:09:15 EDT 2009


I'm currently calling subprocess.call() on a batch file (in Windows)
that sets a few environment variables that are needed by further
processes started via subprocess.call(). How can I persist the
environment modifications by the first call() function? I've done my
own searching on this and I came up with nothing.

Help is appreciated.



More information about the Python-list mailing list