Skip to content

Instantly share code, notes, and snippets.

@DougPuchalski
Created January 15, 2012 01:42
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 DougPuchalski/1613816 to your computer and use it in GitHub Desktop.
Save DougPuchalski/1613816 to your computer and use it in GitHub Desktop.
Install Ruby Debug Gems for rbenv
# http://fullware.net/2012/01/14/install-ruby-debug-gems-for-rbenv/
export ruby_include=$HOME/.rbenv/versions/1.9.2-p290
gem install ruby-debug19 -- --with-ruby-include=$ruby_include
gem install ruby-debug-base19 -- --with-ruby-include=$ruby_include
gem install ruby-debug-base19x -- --with-ruby-include=$ruby_include
gem install ruby-debug-ide19 -- --with-ruby-include=$ruby_include
gem install ruby-debug-ide -- --with-ruby-include=$ruby_include
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment