Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jodosha
Created January 20, 2012 10:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jodosha/1646512 to your computer and use it in GitHub Desktop.
Save jodosha/1646512 to your computer and use it in GitHub Desktop.
How to install ruby-debug19 on 1.9.3-p0

Go to RubyForge and download:

Then:

# linecache
% gem install linecache19-0.5.13.gem

# ruby-debug-base19
% gem install gem install ruby-debug-base19-0.11.26.gem -- --with-ruby-include=/Users/luca/.rbenv/source/1.9.3-p0
# or
% gem install ruby-debug-base19-0.11.26.gem -- --with-ruby-include=/Users/luca/.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