Message311650
| 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:42 | JamesDinhBugPython | set | recipients: + JamesDinhBugPython |
| 2018-02-05 08:19:42 | JamesDinhBugPython | set | messageid: <1517818782.64.0.467229070634.issue32760@psf.upfronthosting.co.za> |
| 2018-02-05 08:19:42 | JamesDinhBugPython | link | issue32760 messages |
| 2018-02-05 08:19:42 | JamesDinhBugPython | create | |