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 JamesDinhBugPython
Recipients JamesDinhBugPython
Date 2018-02-05.08:19:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517818782.64.0.467229070634.issue32760@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

From this stackoverflow thread:
https://stackoverflow.com/questions/716011/why-cant-environmental-variables-set-in-python-persist

I find out there is an abnormal environment variable setting affects by using shell command.
Do you have some explanation for the shell command runs?
For your information, if I run below commands:
os.system("export MYENVPATH=/opt/toolchain/gcc")
os.system("./configure O=output project_name debug initramfs nofirewall && make O=output")
Then the configure command can't detect the MYENVPATH value.
History
Date User Action Args
2018-02-05 08:19:42JamesDinhBugPythonsetrecipients: + JamesDinhBugPython
2018-02-05 08:19:42JamesDinhBugPythonsetmessageid: <1517818782.64.0.467229070634.issue32760@psf.upfronthosting.co.za>
2018-02-05 08:19:42JamesDinhBugPythonlinkissue32760 messages
2018-02-05 08:19:42JamesDinhBugPythoncreate