python 获取环境变量_如何在Python中获取环境变量?

python 获取环境变量

In Python, how to get an environment variable?

Python中 ,如何获取环境变量?

In Python, you may use this piece of code to get an environment variable:

在Python中,您可以使用以下代码来获取环境变量:

os.environ.get('ENV_MIGHT_EXIST')

or this piece of code:

或这段代码:

os.getenv('ENV_MIGHT_EXIST')

It will return None if the environment variable is not present.

如果环境变量不存在,它将返回None

Reference and for more ways, please check https://www.systutorials.com/dtivl/13/how-to-get-an-environment-variable?show=80#answer-80 .

参考以及更多方法,请检查https://www.systutorials.com/dtivl/13/how-to-get-an-environment-variable?show=80#answer-80

Answered by zma.
由zma回答。

翻译自: https://www.systutorials.com/how-to-get-an-environment-variable-in-python/

python 获取环境变量

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值