I am trying to install Ruby on rails with RVM on Ubuntu, but When I run this command:
source ~/.rvm/scripts/rvm
I get this error:
bash: /home/user/.rvm/scripts/rvm: No such file or directory
I tried to:
gpg --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3
and
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
It didn't help. Any ideas?
Please, try:
and
From http://rvm.io/