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.

classification
Title: Why does python's Popen fail to pass environment variables on Mac OS X?
Type: behavior Stage: resolved
Components: Library (Lib) Versions: Python 3.9
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: AustEcon
Priority: normal Keywords:

Created on 2020-12-27 23:28 by AustEcon, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (1)
msg383877 - (view) Author: AustEcon (AustEcon) Date: 2020-12-27 23:28
I have described the issue in a stackoverflow question here:

https://stackoverflow.com/questions/65466303/why-does-pythons-popen-fail-to-pass-environment-variables-on-mac-os-x


In summary, I want to pass environment variables to a child process on Mac OS (Big Sur) with Popen but it is not working (works on Win32 and linux platforms).

Any assistance much appreciated,
AustEcon
History
Date User Action Args
2022-04-11 14:59:39adminsetgithub: 86927
2020-12-27 23:33:46benjamin.petersonsetstatus: open -> closed
resolution: not a bug
stage: resolved
2020-12-27 23:28:36AustEconcreate