Created
November 22, 2012 16:50
-
-
Save boddhisattva/4132084 to your computer and use it in GitHub Desktop.
Installing linecache19 gem on rvm ruby 1.9.3
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
I copied the gems to my box and installed them with the below command.. (it did take a while to install). Thus, please give it sometime before you think it might hang for ever. | |
mohnish@mohnish-laptop:~/xxxx/latest/prj_name/vendor/cache$ gem install ruby-debug19-0.11.6.gem -l | |
Building native extensions. This could take a while... | |
Building native extensions. This could take a while... | |
Successfully installed linecache19-0.5.12 | |
Successfully installed ruby-debug-base19-0.11.25 | |
Successfully installed ruby-debug19-0.11.6 | |
3 gems installed | |
Installing ri documentation for linecache19-0.5.12... | |
Installing ri documentation for ruby-debug-base19-0.11.25... | |
Installing ri documentation for ruby-debug19-0.11.6... | |
Installing RDoc documentation for linecache19-0.5.12... | |
Installing RDoc documentation for ruby-debug-base19-0.11.25... | |
Installing RDoc documentation for ruby-debug19-0.11.6... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment