gpt4 book ai didi

python - 如何在 Python 中设置父 shell 的环境变量?

转载 作者:太空宇宙 更新时间:2023-11-04 10:15:11 24 4
gpt4 key购买 nike

<分区>

我正在尝试从 Python 中修改父 shell 上的环境变量。到目前为止我所做的尝试没有奏效:

~ $ export TESTING=test
~ $ echo $TESTING
test
~ $
~ $
~ $ python
Python 2.7.10 (default, Jun 1 2015, 18:05:38)
[GCC 4.9.2] on cygwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.environ['TESTING']
'test'
>>> os.environ['TESTING'] = 'changed'
>>> os.environ['TESTING']
'changed'
>>> quit()
~ $
~ $
~ $ echo $TESTING
test

这就是我所能想到的。可以吗? Python如何设置父shell的环境变量?

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com