Robert Walker wrote in post #1092320:
> Step 2: Install and configure rbenv and ruby-build using Homebrew.
>
> $ brew install rbenv
> $ brew install ruby-build

Oh! And, don't forget to set the newly installed Ruby as your default 
Ruby version:

$ rbenv global 1.9.3-p237

or

$ rbenv local 1.9.3-p237 (from inside your Rails project folder)

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to