Skip to content

Instantly share code, notes, and snippets.

@mislav
Created February 7, 2013 03:50
Show Gist options
  • Save mislav/4728286 to your computer and use it in GitHub Desktop.
Save mislav/4728286 to your computer and use it in GitHub Desktop.
A debugging script to analyze rbenv-specific setups
rbenv --version || rbenv 2>&1 | head -1
rbenv versions
rbenv global
env | grep -E 'PATH|RUBY|BUNDLE|RBENV'
which gem
rbenv which gem
cat /etc/gemrc
cat ~/.gemrc
gem env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment