Rvm Install: Ruby Installation Error

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.

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

Error when install ruby-2.3.0 with rvm

Because of Quantal is no longer support for ubuntu 12.10. So I am changing references to quantal to precise in /etc/apt/sources.list and comment some quantal in /etc/apt/sources.list.d/* and run apt-get update
I fixed with me.

Unable to install Ruby with RVM

Once you have gcc46 insall you need to set it as the default compiler. You can find information on different ways to do that here: Setting GCC 4.2 as the default compiler on Mac OS X Leopard

Then as that output says, use brew tap --repair and brew doctor which gives you more info.



Related Topics



Leave a reply



Submit