Instalando Ruby 2.0 no OS X com RVM

Isso era moderadamente tedioso de colocar em prática, então pensei em postar algumas novidades aqui sobre como fazê-lo.

Eu estava vendo uma falha como essa

No binary rubies available for: osx/10.8/x86_64/ruby-2.0.0.
Continuing with compilation. Please read 'rvm mount' to get more information on binary rubies.
Installing Ruby from source to: /Users/drpep/.rvm/rubies/ruby-2.0.0, this may take a while depending on your cpu(s)...
ruby
-2.0.0 - #downloading ruby-2.0.0, this may take a while depending on your connection...
Error running '/Users/drpep/.rvm/scripts/fetch http://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0.tar.bz2', please read /Users/drpep/.rvm/log/ruby-2.0.0/fetch.log
There has been an error fetching the ruby interpreter. Halting the installation.

Acontece que tudo que eu precisava fazer era achem a cabeça.

rvm get head

Então

rvm autolibs enable

para permitir que o rvm baixe dependências sem vomitar; e finalmente

rvm install ruby-2.0.0

Dias felizes, o mundo era bom.

Como você era. 🙂