Error While Installing Ruby Using 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 when trying to install Ruby 3.0.0 through RVM

Try doing it using homebrew by running 'brew upgrade ruby'. That should upgrade it to the latest Ruby version.

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 compiling error to install ruby 2.5.0

Pay attention to this:

executable host ruby is required. use --with-baseruby option.

You can't compile Ruby with RVM unless Ruby is already present on the system. Run this first:

sudo apt-get install ruby-full

Then re-run:

rvm install ruby-2.5.0

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.



Related Topics



Leave a reply



Submit