Created
July 21, 2011 17:10
-
-
Save charliemoseley/1097648 to your computer and use it in GitHub Desktop.
Install Homebrew and RubyGems on OSX Lion Clean
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
# Download XCode from App Store and Install | |
# (probably not needed) | |
# RVM installs your gems bundled in together with the ruby version so.... | |
# mkdir /usr/local/rubygems | |
# gem enivornment | |
# Move all gem files from the gem enivornment into /usr/local/rubygems | |
# Update rubygems to make sure it still works. | |
# (end probably not needed) | |
# Install homebrew | |
# brew install git | |
# sudo bash < <(curl -s https://rvm.beginrescueend.com/install/rvm) //this installs into /urs/local/rvm | |
# http://stackoverflow.com/questions/333508/can-gem-install-be-configured-to-install-executables-outside-usr-bin-by-defau |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment