Skip to content

Instantly share code, notes, and snippets.

@larrytheliquid
Created January 9, 2010 21:44
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 larrytheliquid/273125 to your computer and use it in GitHub Desktop.
Save larrytheliquid/273125 to your computer and use it in GitHub Desktop.
# configure RubyGems to install into Homebrew's cellar
echo export GEM_HOME="$(brew --prefix)/Cellar/Gems/1.8" >> ~/.bash_profile
echo export GEM_PATH="$(brew --prefix)/Cellar/Gems/1.8:/System/Library/Frameworks/Ruby.framework/Versions/Current/usr/lib/ruby/gems/1.8/gems" >> ~/.bash_profile
# configure RubyGems so it pings homebrew to update bin symlinks
gem install brewbygems
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment