Created
June 19, 2011 21:14
-
-
Save dchelimsky/1034765 to your computer and use it in GitHub Desktop.
What does this mean?
This file contains hidden or 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
$ which ruby | |
/Users/david/.rvm/rubies/ruby-1.8.6-p420/bin/ruby | |
$ gem install ruby-debug | |
Building native extensions. This could take a while... | |
ERROR: Error installing ruby-debug: | |
rbx-require-relative requires Ruby version ~> 1.8.7. | |
# why is anything rbx related coming into play in an mri 1.8.6 env????? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
or
gem install ruby-debug19