Message166612
Richard is correct. From 17.1.1.2. Popen Constructor
"If env is not None, it must be a mapping that defines the environment variables for the new process; these are used instead of inheriting the current process’ environment, which is the default behavior."
(followed by Window note about SystemRoot.)
The paragraph about shell=True in 17.1.1.1. Frequently Used Arguments suggests that that might work (but see warning). |
|
Date |
User |
Action |
Args |
2012-07-27 22:15:28 | terry.reedy | set | recipients:
+ terry.reedy, cvrebert, sbt, Grissiom.Gu |
2012-07-27 22:15:28 | terry.reedy | set | messageid: <1343427328.48.0.65900111587.issue15451@psf.upfronthosting.co.za> |
2012-07-27 22:15:27 | terry.reedy | link | issue15451 messages |
2012-07-27 22:15:27 | terry.reedy | create | |
|