gpt4 book ai didi

python - 如何使用 open() 使用相对路径在 python 中打开文件?

转载 作者:太空宇宙 更新时间:2023-11-04 07:49:39 26 4
gpt4 key购买 nike

<分区>

我试图不为我的配置文件使用绝对路径,因为我需要在多个环境中部署它,我最好的选择是什么

下面的代码是我尝试过的,它无法找到路径,但是我可以将文件放在同一位置。我在 Redhat 服务器上使用 Python3.6。

with open("~/scripts/config.yml", 'r') as ymlfile:
cfg = yaml.load(ymlfile)

我收到以下错误:

Traceback (most recent call last):
File "<stdin>", line 1, in <module>
FileNotFoundError: [Errno 2] No such file or directory: '~/scripts/config.yml'

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