Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to install rvm on Mac Mojave - infinite loop #4737

Open
ohernandezIBM opened this issue Jul 17, 2019 · 0 comments
Open

Trying to install rvm on Mac Mojave - infinite loop #4737

ohernandezIBM opened this issue Jul 17, 2019 · 0 comments

Comments

@ohernandezIBM
Copy link

I was having issues with rvm. So I removed rvm and reinstalled it using:

ohernandezltkmacs-MacBook-Pro:~ ohernandez@us.ibm.com$ rvm install ruby-2.4.1
Searching for binary rubies, this might take some time.
No binary rubies available for: osx/10.14/x86_64/ruby-2.4.1.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
Checking requirements for osx.
Certificates bundle '/usr/local/etc/openssl@1.1/cert.pem' is already up to date.
Requirements installation successful.
Installing Ruby from source to: /Users/ohernandez@us.ibm.com/.rvm/rubies/ruby-2.4.1, this may take a while depending on your cpu(s)...
ruby-2.4.1 - #downloading ruby-2.4.1, this may take a while depending on your connection...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 11.9M 100 11.9M 0 0 17.9M 0 --:--:-- --:--:-- --:--:-- 17.9M
ruby-2.4.1 - #extracting ruby-2.4.1 to /Users/ohernandez@us.ibm.com/.rvm/src/ruby-2.4.1.....
ruby-2.4.1 - #applying patch /Users/ohernandez@us.ibm.com/.rvm/patches/ruby/2.4.1/random_c_using_NR_prefix.patch.
ruby-2.4.1 - #configuring...................................................................
ruby-2.4.1 - #post-configuration.
ruby-2.4.1 - #compiling..............................................................
ruby-2.4.1 - #installing.......
ruby-2.4.1 - #making binaries executable..
ruby-2.4.1 - #downloading rubygems-3.0.4
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 862k 100 862k 0 0 4550k 0 --:--:-- --:--:-- --:--:-- 4565k
ruby-2.4.1 - #extracting rubygems-3.0.4.....
ruby-2.4.1 - #removing old rubygems........
ruby-2.4.1 - #installing rubygems-3.0.4.........................................
ruby-2.4.1 - #gemset created /Users/ohernandez@global
Required ruby-2.4.1 is not installed.
To install do: 'rvm install "ruby-2.4.1"'
Required ruby-2.4.1 is not installed.
To install do: 'rvm install "ruby-2.4.1"'

I then re run with:
ohernandezltkmacs-MacBook-Pro:~ ohernandez@us.ibm.com$ rvm install "ruby-2.4.1"
Already installed ruby-2.4.1.
To reinstall use:

rvm reinstall ruby-2.4.1

Required ruby-2.4.1 is not installed.
To install do: 'rvm install "ruby-2.4.1"'
ohernandezltkmacs-MacBook-Pro:~ ohernandez@us.ibm.com$

Then I re run:

ohernandezltkmacs-MacBook-Pro:~ ohernandez@us.ibm.com$ rvm reinstall ruby-2.4.1
ruby-2.4.1 - #removing src/ruby-2.4.1..
ruby-2.4.1 - #removing rubies/ruby-2.4.1..
Searching for binary rubies, this might take some time.
No binary rubies available for: osx/10.14/x86_64/ruby-2.4.1.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
Checking requirements for osx.
Certificates bundle '/usr/local/etc/openssl@1.1/cert.pem' is already up to date.
Requirements installation successful.
Installing Ruby from source to: /Users/ohernandez@us.ibm.com/.rvm/rubies/ruby-2.4.1, this may take a while depending on your cpu(s)...
ruby-2.4.1 - #downloading ruby-2.4.1, this may take a while depending on your connection...
ruby-2.4.1 - #extracting ruby-2.4.1 to /Users/ohernandez@us.ibm.com/.rvm/src/ruby-2.4.1.....
ruby-2.4.1 - #applying patch /Users/ohernandez@us.ibm.com/.rvm/patches/ruby/2.4.1/random_c_using_NR_prefix.patch.
ruby-2.4.1 - #configuring...................................................................
ruby-2.4.1 - #post-configuration.
ruby-2.4.1 - #compiling..............................................................
ruby-2.4.1 - #installing.......
ruby-2.4.1 - #making binaries executable..
ruby-2.4.1 - #downloading rubygems-3.0.4
ruby-2.4.1 - #extracting rubygems-3.0.4......
ruby-2.4.1 - #removing old rubygems........
ruby-2.4.1 - #installing rubygems-3.0.4.........................................
ruby-2.4.1 - #gemset created /Users/ohernandez@global
Required ruby-2.4.1 is not installed.
To install do: 'rvm install "ruby-2.4.1"'
Required ruby-2.4.1 is not installed.
To install do: 'rvm install "ruby-2.4.1"'
ohernandezltkmacs-MacBook-Pro:~ ohernandez@us.ibm.com$

This seems I have to rerun same command again and again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant