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

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

Kivy: Swiping (Carousel & ScreenManager) -