Skip to content

Instantly share code, notes, and snippets.

@charliemoseley
Created July 21, 2011 17:10
Show Gist options
  • Save charliemoseley/1097648 to your computer and use it in GitHub Desktop.
Save charliemoseley/1097648 to your computer and use it in GitHub Desktop.
Install Homebrew and RubyGems on OSX Lion Clean
# 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