I'm installing RVM on a system where I don't have sudo permissions. It should work fine in theory, but when I added
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
to bash_profile, it isn't doing what it's supposed to and it gives me this error
[[: Command not found.
Anyone know what might be the problem?