Created
May 31, 2012 20:48
-
-
Save msacks/2846144 to your computer and use it in GitHub Desktop.
Installing rvm
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
[root@eyeball rvm]# rvm install 1.9.3 | |
Fetching yaml-0.1.4.tar.gz to /usr/local/rvm/archives | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 460k 100 460k 0 0 371k 0 0:00:01 0:00:01 --:--:-- 540k | |
Extracting yaml-0.1.4.tar.gz to /usr/local/rvm/src | |
Prepare yaml in /usr/local/rvm/src/yaml-0.1.4. | |
Configuring yaml in /usr/local/rvm/src/yaml-0.1.4. | |
Compiling yaml in /usr/local/rvm/src/yaml-0.1.4. | |
Installing yaml to /usr/local/rvm/usr | |
Installing Ruby from source to: /usr/local/rvm/rubies/ruby-1.9.3-p194, this may take a while depending on your cpu(s)... | |
ruby-1.9.3-p194 - #fetching | |
ruby-1.9.3-p194 - #downloading ruby-1.9.3-p194, this may take a while depending on your connection... | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 9610k 100 9610k 0 0 577k 0 0:00:16 0:00:16 --:--:-- 743k | |
ruby-1.9.3-p194 - #extracting ruby-1.9.3-p194 to /usr/local/rvm/src/ruby-1.9.3-p194 | |
ruby-1.9.3-p194 - #extracted to /usr/local/rvm/src/ruby-1.9.3-p194 | |
ruby-1.9.3-p194 - #configuring | |
ruby-1.9.3-p194 - #compiling | |
ruby-1.9.3-p194 - #installing | |
Retrieving rubygems-1.8.24 | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 371k 100 371k 0 0 888k 0 --:--:-- --:--:-- --:--:-- 1054k | |
Extracting rubygems-1.8.24 ... | |
Removing old Rubygems files... | |
Installing rubygems-1.8.24 for ruby-1.9.3-p194 ... | |
Installation of rubygems completed successfully. | |
ruby-1.9.3-p194 - adjusting #shebangs for (gem irb erb ri rdoc testrb rake). | |
ruby-1.9.3-p194 - #importing default gemsets (/usr/local/rvm/gemsets/) | |
Install of ruby-1.9.3-p194 - #complete | |
[root@eyeball rvm]# ruby -v | |
ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-linux] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment