We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
echo current_user => root echo rvm -v => rvm not found
login directly by ssh terminal with root. type "rvm -v" => version type "bundle -v" => version
The text was updated successfully, but these errors were encountered:
mina uses ssh in non interactive mode. Check your rc files on server tahat rvm is loaded before a line like this:
# If not running interactively, don't do anything [ -z "$PS1" ] && return
simillar issue in #269
Sorry, something went wrong.
No branches or pull requests
echo current_user => root
echo rvm -v => rvm not found
login directly by ssh terminal with root.
type "rvm -v" => version
type "bundle -v" => version
The text was updated successfully, but these errors were encountered: