-
Notifications
You must be signed in to change notification settings - Fork 15
Ruby 2.0 Rails 4.0 en OS X 10.8.4
Gustavo Beathyate edited this page Jun 27, 2013
·
1 revision
5. Instala Homebrew
$ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
$ brew install openssl readline rbenv ruby-build
eval "$(rbenv init -)"
$ env RUBY_CONFIGURE_OPTS=--with-openssl-dir=`brew --prefix openssl` CONFIGURE_OPTS=--with-readline-dir=`brew --prefix readline` rbenv install 2.0.0-p195
$ rbenv global 2.0.0-p195
$ gem update --system
$ gem install rails