Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ruby-2.0.0-p247 is not installed

I've just updated to the latest Mac OS Maverick and now when opening apps in the terminal I'm hit with the following message(s). Any idea on how to solve this? Thx in advance!

ruby-2.0.0-p247 is not installed.

To install do: 'rvm install ruby-2.0.0-p247'

[app]$rvm install ruby-2.0.0-p247

Warning! PATH is not properly set up, '/usr/local/rvm/gems/ruby-2.0.0-p195/bin' is not at first place usually this is caused by shell initialization files - check them for 'PATH=...' entries, it might also help to re-add RVM to your dotfiles: 'rvm get stable --auto-dotfiles',
to fix temporarily in this shell session run: 'rvm use ruby-2.0.0-p195'.
Searching for binary rubies, this might take some time.
No binary rubies available for: osx/10.9/x86_64/ruby-2.0.0-p247.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.

Checking requirements for smf.
Installing requirements for smf.
anthonypanepinto password required for 'sm get head': 
Updating system..
Installing required package: libtool..........................
Error running 'requirements_smf_lib_install libtool',
please read /usr/local/rvm/log/1382766047_ruby-2.0.0-p247/package_install_libtool.log
Failed installation package: libtool of: libtool, gdbm.
Requirements installation failed with status: 1.
like image 944
Sonny Black Avatar asked Feb 08 '26 03:02

Sonny Black


2 Answers

I see some guys still have the issue, I was one of them. After running the instructions from mpapis I still couldn't install ruby 2.0.0 so I did this

rvm install 2.0.0 --autolibs=1

That did the trick for me.

like image 184
Gus Ortiz Avatar answered Feb 12 '26 05:02

Gus Ortiz


you need to run:

rvmsudo rvm get head    # update rvm
rvm autolibs homebrew   # tell rvm to use homebrew
rvm install 2.0.0       # install ruby
rvm use 2.0.0 --default # use ruby and make it default

this is leftover after railsinstaller ... I think it can be automated - need to fix it.

like image 40
mpapis Avatar answered Feb 12 '26 04:02

mpapis



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!