You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ sh -c "export onebot.account=1"sh: 1: export: onebot.account: bad variable name
$ bash -c "export onebot.account=1"bash: line 0: export: `onebot.account=1': not a valid identifier
$ zsh -c "export onebot.account=1"zsh:export:1: not valid in this context: onebot.account
复现
见上方控制台报错。
版本
与版本无关,点不能出现在环境变量的名字里。
如果一定需要
.
的话也不是不可以,但不能用export
。一个可用的 workaround:(这里用
python3
只是为了演示这个环境变量被成功设置了)The text was updated successfully, but these errors were encountered: