Skip to content

Instantly share code, notes, and snippets.

@fidothe
Created March 30, 2011 12:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fidothe/894327 to your computer and use it in GitHub Desktop.
Save fidothe/894327 to your computer and use it in GitHub Desktop.
If you want to use gem pristine with RVM gemsets after ditching MacPorts for Homebrew to recompile native gems:
# If you want to use gem pristine with RVM gemsets after ditching MacPorts for Homebrew
# in order to recompile native gems you need to exclude things in the global gemset
# probably rake, bundler, maybe rdoc
gem list --no-versions | grep -v bundler | grep -v rake | xargs -n1 gem pristine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment