Skip to content

Instantly share code, notes, and snippets.

@eparreno
Forked from jodosha/instructions.md
Created February 15, 2012 13:21
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 eparreno/1835639 to your computer and use it in GitHub Desktop.
Save eparreno/1835639 to your computer and use it in GitHub Desktop.
How to install ruby-debug19 and linecache19 on 1.9.3-p0

Go to RubyForge and download:

Then:

# linecache
% gem install linecache19-0.5.13.gem -- --with-ruby-include=$rvm_path/src/ruby-1.9.3-p0

# ruby-debug-base19
% gem install ruby-debug-base19-0.11.26.gem -- --with-ruby-include=$rvm_path/src/ruby-1.9.3-p0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment