RVM Ruby on Rails source ~/.rvm/scripts/rvm no such location -
i trying install ruby on rails rvm on ubuntu, when run command:
source ~/.rvm/scripts/rvm
i 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. ideas?
please, try:
$ gpg --keyserver hkp://keys.gnupg.net --recv-keys 409b6b1796c275462a1703113804bb82d39dc0e3
and
$\curl -ssl https://get.rvm.io | bash -s stable
from http://rvm.io/
Comments
Post a Comment