Created
June 19, 2010 21:36
-
-
Save chrislerum/445301 to your computer and use it in GitHub Desktop.
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
rvm --debug install 1.8.7 | |
info: Installing Ruby from source to: /Users/chris/.rvm/rubies/ruby-1.8.7-p174 | |
info: Downloading ruby-1.8.7-p174, this may take a while depending on your connection... | |
debug: Fetching ruby-1.8.7-p174.tar.gz | |
debug: No archive or no MD5, downloading | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 4710k 100 4710k 0 0 350k 0 0:00:13 0:00:13 --:--:-- 660k | |
info: Extracting ruby-1.8.7-p174 ... | |
debug: Executing: cat /Users/chris/.rvm/archives/ruby-1.8.7-p174.tar.gz | gunzip | tar xf - -C /Users/chris/.rvm/src | |
info: Configuring ruby-1.8.7-p174, this may take a while depending on your cpu(s)... | |
debug: Executing: ./configure --prefix=/Users/chris/.rvm/rubies/ruby-1.8.7-p174 --enable-shared | |
info: Compiling ruby-1.8.7-p174, this may take a while, depending on your cpu(s)... | |
debug: Executing: make | |
info: Installing ruby-1.8.7-p174 | |
debug: Executing: make install | |
info: Installation of ruby-1.8.7-p174 is complete. | |
info: Installing rubygems dedicated to ruby-1.8.7-p174... | |
info: Installing rubygems for /Users/chris/.rvm/rubies/ruby-1.8.7-p174/bin/ruby | |
debug: Executing: GEM_PATH=/Users/chris/.rvm/gems/ruby-1.8.7-p174:/Users/chris/.rvm/gems/ruby-1.8.7-p174@global GEM_HOME=/Users/chris/.rvm/gems/ruby-1.8.7-p174 BUNDLE_PATH=/Users/chris/.rvm/gems/ruby-1.8.7-p174 /Users/chris/.rvm/rubies/ruby-1.8.7-p174/bin/ruby /Users/chris/.rvm/src/rubygems-1.3.7/setup.rb | |
info: Installation of rubygems ruby-1.8.7-p174 completed successfully. | |
debug: Executing: chmod +x /Users/chris/.rvm/rubies/ruby-1.8.7-p174/bin/* | |
info: adjusting shebangs for ruby-1.8.7-p174 (gem irb erb ri rdoc testrb rake). | |
info: Importing initial gems... | |
debug: Executing: rvm gemset initial in environment ruby-1.8.7-p174 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment