Si ingreso a mi VPS como usuario de implementación y ejecuto bundle -v
obtengo Bundler version 1.1.5
como esperaba.paquete no encontrado a través de ssh
Si me quedo ssh [email protected] bundle -v
, entonces veo bash: bundle: command not found
¿Por qué no es un paquete mostrándose la ejecución de comandos a través de ssh?
Más información
$ 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