Skip to content

Instantly share code, notes, and snippets.

@matthewcrist
Created September 11, 2011 02:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewcrist/1209080 to your computer and use it in GitHub Desktop.
Save matthewcrist/1209080 to your computer and use it in GitHub Desktop.
Homebrew, RVM & Rails on OS X Lion
rvm gemset create base
/usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"
gem install bundler rails
export CC=/usr/bin/gcc-4.2
rvm install ruby-1.8.7
rvm install 1.9.2
bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
rvm use 1.9.2@base
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment