This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sbt
Recipients Grissiom.Gu, cvrebert, sbt
Date 2012-07-26.11:11:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343301117.49.0.424064747055.issue15451@psf.upfronthosting.co.za>
In-reply-to
Content
I think env is used for specifying the environment used by the  child process once it has started.  env['PATH'] is not used by the parent process to find program to run.

Having said that, maybe if you used "shell=True" as well then the shell would find the program using env['PATH'].
History
Date User Action Args
2012-07-26 11:11:57sbtsetrecipients: + sbt, cvrebert, Grissiom.Gu
2012-07-26 11:11:57sbtsetmessageid: <1343301117.49.0.424064747055.issue15451@psf.upfronthosting.co.za>
2012-07-26 11:11:56sbtlinkissue15451 messages
2012-07-26 11:11:56sbtcreate