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 phbarnacle
Recipients paul.moore, phbarnacle, steve.dower, tim.golden, zach.ware
Date 2015-08-05.09:07:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438765644.91.0.822925834311.issue24793@psf.upfronthosting.co.za>
In-reply-to
Content
I just noticed that there is a litte inconvenience when I try to invoke 'python' via subprocess.call passing an environment (%PATH%) from a script. I pass an environment where %PATH% only contains one directory where a python2.7.3-exe is present (I checked with "subprocess.call(['where','python'],env=environment)" that python is found there). However when calling "subprocess.call(['python'],env=environment)" python 2.7.9 is opened, which is the python version I called the script with. Seems inconvenient to me.

Greetings
History
Date User Action Args
2015-08-05 09:07:24phbarnaclesetrecipients: + phbarnacle, paul.moore, tim.golden, zach.ware, steve.dower
2015-08-05 09:07:24phbarnaclesetmessageid: <1438765644.91.0.822925834311.issue24793@psf.upfronthosting.co.za>
2015-08-05 09:07:24phbarnaclelinkissue24793 messages
2015-08-05 09:07:24phbarnaclecreate