Skip to content

Instantly share code, notes, and snippets.

View ktham's full-sized avatar

Kevin Tham ktham

  • Los Angeles, CA
View GitHub Profile
@ktham
ktham / gist:1856859
Created February 18, 2012 01:57
Rails Installation (OS X Lion)
# Make sure xCode 4.3 is installed first!!!
# Command line tools no longer come bundled with xCode, install it by going to:
preferences -> downloads -> command line tools
# Install RVM
bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
# Then restart terminal