Created
June 9, 2011 11:29
-
-
Save fonkadelic/1016554 to your computer and use it in GitHub Desktop.
Mac Rails Installation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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