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 steve.dower
Recipients brett.cannon, eric.snow, eryksun, jkloth, mattip, ncoghlan, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-02-23.23:23:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550964224.14.0.760978966986.issue36085@roundup.psfhosted.org>
In-reply-to
Content
> Correct me if I'm wrong, don't process launches use the `env` kwarg for Popen, not the raw os.environ['PATH']?

If you don't provide env, it'll use the current process's environment, and if you do provide it without copying at least some entries, chances are your process won't start (and in general, you copy the current value and add to it). I've never seen anyone try to reset PATH here, nor would I recommend it.
History
Date User Action Args
2019-02-23 23:23:44steve.dowersetrecipients: + steve.dower, brett.cannon, paul.moore, ncoghlan, tim.golden, jkloth, eric.snow, zach.ware, mattip, eryksun
2019-02-23 23:23:44steve.dowersetmessageid: <1550964224.14.0.760978966986.issue36085@roundup.psfhosted.org>
2019-02-23 23:23:44steve.dowerlinkissue36085 messages
2019-02-23 23:23:44steve.dowercreate