Created
November 28, 2011 21:12
-
-
Save agibralter/1402092 to your computer and use it in GitHub Desktop.
Get ruby-debug19 working on ruby-1.9.3-p0 with rvm.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ rvm 1.9.3-p0 | |
$ gem install path/to/gem/linecache19 -v "0.5.13" | |
$ gem install path/to/gem/ruby-debug-base19 -v "0.11.26" -- --with-ruby-include="${rvm_path}/src/`rvm tools strings`" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment