Skip to content

Instantly share code, notes, and snippets.

@fonkadelic
Created June 9, 2011 11:29
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 fonkadelic/1016554 to your computer and use it in GitHub Desktop.
Save fonkadelic/1016554 to your computer and use it in GitHub Desktop.
Mac Rails Installation
# Get rid of Apple Supplied Gems
sudo rm -Rf /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8
# Update Ruby Gems
sudo gem update --system && sudo gem clean
# Install Rails
sudo gem install rails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment