简体   繁体   中英

Unable to install RVM

I follow the website's instructions and call the following from my terminal

Grahams-MacBook-Pro:~ Graham$ \curl -L https://get.rvm.io | bash -s stable --rails

Earlier the site was down, thanks to @bdesham for informing me about this.

Now that it is back up,

I am getting the following errors.

Installation of rubygems did not complete successfully.

ERROR:  Loading command: install (LoadError)
    cannot load such file -- openssl
ERROR:  While executing gem ... (NoMethodError)
    undefined method `invoke_with_build_args' for nil:NilClass

Does anybody know how to solve this issue?

It looks like the website is just plain down. Try again in thirty minutes?

您可以尝试以下操作:bash <<(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer

I installed Ruby on Rails One Click and it worked well for me. http://rubyosx.rubyforge.org/

It sets it up quite easily (both Ruby and Rails) without any error. I highly recommend it, and no, I do not work for them lol.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM