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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -