發現。束不通過SSH
如果我運行ssh [email protected] bundle -v
,然後我看到bash: bundle: command not found
爲什麼沒有被捆綁示通過ssh運行命令?
更多信息
$ cat ~/.bashrc
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
if [ -d "${RBENV_ROOT}" ]; then
export PATH="${RBENV_ROOT}/bin:${PATH}"
eval "$(rbenv init -)"
fi
# If not running interactively, don't do anything
[ -z "$PS1" ] && return