Advertisement
JetSerge

Ruby Debug

Nov 21st, 2012
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.85 KB | None | 0 0
  1. ~ $ curl -L https://get.rvm.io | bash -s stable --ruby
  2. % Total % Received % Xferd Average Speed Time Time Time Current
  3. Dload Upload Total Spent Left Speed
  4. 100 185 100 185 0 0 75 0 0:00:02 0:00:02 --:--:-- 88
  5. 100 10235 100 10235 0 0 3093 0 0:00:03 0:00:03 --:--:-- 3093
  6. Please read and follow further instructions.
  7. Press ENTER to continue.
  8. Downloading RVM from wayneeseguin branch stable
  9. % Total % Received % Xferd Average Speed Time Time Time Current
  10. Dload Upload Total Spent Left Speed
  11. 100 131 100 131 0 0 91 0 0:00:01 0:00:01 --:--:-- 137
  12. 100 1124k 100 1124k 0 0 84628 0 0:00:13 0:00:13 --:--:-- 143k
  13.  
  14. Installing RVM to /Users/serge/.rvm/
  15. Adding rvm PATH line to /Users/serge/.bashrc /Users/serge/.zshenv.
  16. Adding rvm loading line to /Users/serge/.bash_profile /Users/serge/.zprofile.
  17.  
  18. # RVM: Shell scripts enabling management of multiple ruby environments.
  19. # RTFM: https://rvm.io/
  20. # HELP: http://webchat.freenode.net/?channels=rvm (#rvm on irc.freenode.net)
  21. # Cheatsheet: http://cheat.errtheblog.com/s/rvm/
  22. # Screencast: http://screencasts.org/episodes/how-to-use-rvm
  23.  
  24. # In case of any issues read output of 'rvm requirements' and/or 'rvm notes'
  25.  
  26. Installation of RVM in /Users/serge/.rvm/ is almost complete:
  27.  
  28. * To start using RVM you need to run `source /Users/serge/.rvm/scripts/rvm`
  29. in all your open shell windows, in rare cases you need to reopen all shell windows.
  30.  
  31. # serge,
  32. #
  33. # Thank you for using RVM!
  34. # I sincerely hope that RVM helps to make your life easier and more enjoyable!!!
  35. #
  36. # ~Wayne
  37.  
  38.  
  39. rvm 1.16.20 (stable) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]
  40.  
  41. Ruby (and needed base gems) for your selection will be installed shortly.
  42. Before it happens, please read and execute the instructions below.
  43. Please use a separate terminal to execute any additional commands.
  44. Press 'q' to continue.
  45.  
  46. No binary rubies available for: osx/10.8/x86_64/ruby-1.9.3-p327.
  47. Continuing with compilation. Please read 'rvm mount' to get more information on binary rubies.
  48. Fetching yaml-0.1.4.tar.gz to /Users/serge/.rvm/archives
  49. % Total % Received % Xferd Average Speed Time Time Time Current
  50. Dload Upload Total Spent Left Speed
  51. 100 460k 100 460k 0 0 172k 0 0:00:02 0:00:02 --:--:-- 185k
  52. Extracting yaml-0.1.4.tar.gz to /Users/serge/.rvm/src
  53. Configuring yaml in /Users/serge/.rvm/src/yaml-0.1.4.
  54. Compiling yaml in /Users/serge/.rvm/src/yaml-0.1.4.
  55. Installing yaml to /Users/serge/.rvm/usr
  56. Installing Ruby from source to: /Users/serge/.rvm/rubies/ruby-1.9.3-p327, this may take a while depending on your cpu(s)...
  57. ruby-1.9.3-p327 - #downloading ruby-1.9.3-p327, this may take a while depending on your connection...
  58. ruby-1.9.3-p327 - #extracting ruby-1.9.3-p327 to /Users/serge/.rvm/src/ruby-1.9.3-p327
  59. ruby-1.9.3-p327 - #extracted to /Users/serge/.rvm/src/ruby-1.9.3-p327
  60. ruby-1.9.3-p327 - #configuring
  61. ruby-1.9.3-p327 - #compiling
  62. ruby-1.9.3-p327 - #installing
  63. Retrieving rubygems-1.8.24
  64. % Total % Received % Xferd Average Speed Time Time Time Current
  65. Dload Upload Total Spent Left Speed
  66. 100 371k 100 371k 0 0 1550k 0 --:--:-- --:--:-- --:--:-- 2542k
  67. Extracting rubygems-1.8.24 ...
  68. Removing old Rubygems files...
  69. Installing rubygems-1.8.24 for ruby-1.9.3-p327 ...
  70. Installation of rubygems completed successfully.
  71. Saving wrappers to '/Users/serge/.rvm/bin'.
  72. ruby-1.9.3-p327 - #adjusting #shebangs for (gem irb erb ri rdoc testrb rake).
  73. ruby-1.9.3-p327 - #importing default gemsets (/Users/serge/.rvm/gemsets/)
  74. Install of ruby-1.9.3-p327 - #complete
  75. Creating alias default for ruby-1.9.3-p327.
  76. Recording alias default for ruby-1.9.3-p327.
  77. Creating default links/files
  78. Saving wrappers to '/Users/serge/.rvm/bin'.
  79.  
  80. * To start using RVM you need to run `source /Users/serge/.rvm/scripts/rvm`
  81. in all your open shell windows, in rare cases you need to reopen all shell windows.
  82. ~ $
  83. ~ $ source /Users/serge/.rvm/scripts/rvm
  84. ~ $
  85. ~ $ rvm use 1.9.3 --default
  86. Using /Users/serge/.rvm/gems/ruby-1.9.3-p327
  87. ~ $
  88. ~ $
  89. ~ $ curl -OL http://rubyforge.org/frs/download.php/75414/linecache19-0.5.13.gem
  90. % Total % Received % Xferd Average Speed Time Time Time Current
  91. Dload Upload Total Spent Left Speed
  92. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  93. 100 22016 100 22016 0 0 10406 0 0:00:02 0:00:02 --:--:-- 104k
  94. ~ $ gem install linecache19-0.5.13.gem
  95. Building native extensions. This could take a while...
  96. Successfully installed linecache19-0.5.13
  97. 1 gem installed
  98. Installing ri documentation for linecache19-0.5.13...
  99. Installing RDoc documentation for linecache19-0.5.13...
  100. ~ $ gem install ruby-debug-base19x --pre
  101. Fetching: columnize-0.3.6.gem (100%)
  102. Fetching: ruby-debug-base19x-0.11.30.pre10.gem (100%)
  103. Building native extensions. This could take a while...
  104. Successfully installed columnize-0.3.6
  105. Successfully installed ruby-debug-base19x-0.11.30.pre10
  106. 2 gems installed
  107. Installing ri documentation for columnize-0.3.6...
  108. Installing ri documentation for ruby-debug-base19x-0.11.30.pre10...
  109. Installing RDoc documentation for columnize-0.3.6...
  110. Installing RDoc documentation for ruby-debug-base19x-0.11.30.pre10...
  111. ~ $ gem install ruby-debug-ide --pre
  112. Fetching: ruby-debug-ide-0.4.17.beta14.gem (100%)
  113. Building native extensions. This could take a while...
  114. Successfully installed ruby-debug-ide-0.4.17.beta14
  115. 1 gem installed
  116. Installing ri documentation for ruby-debug-ide-0.4.17.beta14...
  117. Installing RDoc documentation for ruby-debug-ide-0.4.17.beta14...
  118. ~ $ gem list
  119.  
  120. *** LOCAL GEMS ***
  121.  
  122. archive-tar-minitar (0.5.2)
  123. bundler (1.2.2)
  124. columnize (0.3.6)
  125. linecache19 (0.5.13)
  126. rake (10.0.2)
  127. ruby-debug-base19x (0.11.30.pre10)
  128. ruby-debug-ide (0.4.17.beta14)
  129. ruby_core_source (0.1.5)
  130. rubygems-bundler (1.1.0)
  131. rvm (1.11.3.5)
  132. ~ $ gem environment
  133. RubyGems Environment:
  134. - RUBYGEMS VERSION: 1.8.24
  135. - RUBY VERSION: 1.9.3 (2012-11-10 patchlevel 327) [x86_64-darwin12.2.0]
  136. - INSTALLATION DIRECTORY: /Users/serge/.rvm/gems/ruby-1.9.3-p327
  137. - RUBY EXECUTABLE: /Users/serge/.rvm/rubies/ruby-1.9.3-p327/bin/ruby
  138. - EXECUTABLE DIRECTORY: /Users/serge/.rvm/gems/ruby-1.9.3-p327/bin
  139. - RUBYGEMS PLATFORMS:
  140. - ruby
  141. - x86_64-darwin-12
  142. - GEM PATHS:
  143. - /Users/serge/.rvm/gems/ruby-1.9.3-p327
  144. - /Users/serge/.rvm/gems/ruby-1.9.3-p327@global
  145. - GEM CONFIGURATION:
  146. - :update_sources => true
  147. - :verbose => true
  148. - :benchmark => false
  149. - :backtrace => false
  150. - :bulk_threshold => 1000
  151. - REMOTE SOURCES:
  152. - http://rubygems.org/
  153. ~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement