gpt4 book ai didi

python - bash 中的 python 参数中变量变空?

转载 作者:行者123 更新时间:2023-11-28 22:39:43 25 4
gpt4 key购买 nike

这是我要运行的特定代码:

LANGPAIR=EE
python script.py corpus_$LANGPAIR_train

我收到以下错误:

IOError: [Errno 2] No such file or directory: 'corpus_'

变量 LANGPAIR 应该是一个命令行输入,我需要将它插入到 python 参数中。请建议我如何解决这个问题。谢谢!

最佳答案

shell 正在寻找一个名为 LANGPAIR_train 的变量。像这样调用你的脚本:

python script.pyt corpus_${LANGPAIR}_train

关于python - bash 中的 python 参数中变量变空?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34423057/

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