-
-
Save robertzx/1749936 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
TESTING | |
~ $ rvm install 1.9.2 --with-readline-dir=$rvm_path/usr | |
Installing Ruby from source to: /Users/stouset/.rvm/rubies/ruby-1.9.2-p180, this may take a while depending on your cpu(s)... | |
ruby-1.9.2-p180 - #fetching | |
ruby-1.9.2-p180 - #extracting ruby-1.9.2-p180 to /Users/stouset/.rvm/src/ruby-1.9.2-p180 | |
ruby-1.9.2-p180 - #extracted to /Users/stouset/.rvm/src/ruby-1.9.2-p180 | |
ruby-1.9.2-p180 - #configuring | |
ruby-1.9.2-p180 - #compiling | |
ruby-1.9.2-p180 - #installing | |
Removing old Rubygems files... | |
Installing rubygems dedicated to ruby-1.9.2-p180... | |
Installing rubygems for /Users/stouset/.rvm/rubies/ruby-1.9.2-p180/bin/ruby | |
Installation of rubygems completed successfully. | |
ruby-1.9.2-p180 - adjusting #shebangs for (gem irb erb ri rdoc testrb rake). | |
ruby-1.9.2-p180 - #importing default gemsets (/Users/stouset/.rvm/gemsets/) | |
Install of ruby-1.9.2-p180 - #complete | |
~ $ rvm ruby-1.9.2-p180 | |
~ $ ri Integer | |
Nothing known about Integer | |
~ $ ri --list-doc-dirs | |
/Users/stouset/.rvm/rubies/ruby-1.9.2-p180/share/ri/1.9.1/system | |
/Users/stouset/.rvm/rubies/ruby-1.9.2-p180/share/ri/1.9.1/site | |
/Users/stouset/.rdoc | |
... | |
~ $ ls /Users/stouset/.rvm/rubies/ruby-1.9.2-p180/share/ri/1.9.1/system | |
ls: /Users/stouset/.rvm/rubies/ruby-1.9.2-p180/share/ri/1.9.1/system: No such file or directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment