I install RVM on a system where I do not have sudo permissions. It should work fine in theory, but when I added
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
in bash_profile, it does not do what it should, and it gives me this error
[[: Command not found.
Does anyone know what the problem is?
source
share