Skip to content

Instantly share code, notes, and snippets.

@shinzui
Created December 24, 2011 22:05
Show Gist options
  • Save shinzui/1518441 to your computer and use it in GitHub Desktop.
Save shinzui/1518441 to your computer and use it in GitHub Desktop.
ruby-debug + ruby 1.9.3 + rbenv
curl -OL http://rubyforge.org/frs/download.php/75414/linecache19-0.5.13.gem
curl -OL http://rubyforge.org/frs/download.php/75415/ruby-debug-base19-0.11.26.gem
gem install linecache19-0.5.13.gem ruby-debug-base19-0.11.26.gem -- --with-ruby-include=$HOME/.rbenv/versions/1.9.3-p0/include/ruby-1.9.1/ruby-1.9.3-p0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment