Errors Installing Rvm

rvm install: ruby installation error

Uninstall and reinstall rvm with

bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)

For posterity, I'll add that the part of the error that says

Installing Ruby from source to: /usr/share/...

is what got me thinking about a broken installation of rvm which, as I said, is normally entirely contained in the ~/.rvm directory.

Error installing rvm (Ruby version Manager)

It seems that you cannot download the package from github. By my side, no problem to download the package at https://github.com/wayneeseguin/rvm/archive/stable.tar.gz with a browser. If you get same error in a browser, you've probably a network problem.

Can't install ruby 2.6.6 via rvm, error running '__rvm_make -10' on macbook pro m1

rvm install 2.6.6 --with-out-ext=fiddle worked for me

RVM installation fails

Can you try this:

$ curl -s raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer | bash -s stable

or

$ curl -s raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer | sudo bash -s stable

depending on your permissions. That should help. It helped me! :)



Related Topics



Leave a reply



Submit