【发布时间】:2020-02-13 22:18:39
【问题描述】:
在一个本地的 ddev 实例中,我为 .ddev/homeadditions/bash_aliases 添加了一些别名和函数。
例如:alias ll="ls -lhA"
虽然ddev ssh 和ll 会起作用,但ddev exec ll 会返回
bash: ll: command not found
Failed to execute command ll: exit status 127
为什么?
【问题讨论】:
标签: ddev