Skip to content

Instantly share code, notes, and snippets.

@boddhisattva
Created November 22, 2012 16:50
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 boddhisattva/4132084 to your computer and use it in GitHub Desktop.
Save boddhisattva/4132084 to your computer and use it in GitHub Desktop.
Installing linecache19 gem on rvm ruby 1.9.3
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