Created
May 1, 2011 22:41
-
-
Save lukemelia/950962 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 install ree | |
Installing Ruby Enterprise Edition from source to: /Users/lmelia/.rvm/rubies/ree-1.8.7-2011.03 | |
ree-1.8.7-2011.03 - #fetching (ruby-enterprise-1.8.7-2011.03) | |
/Users/lmelia/.rvm/scripts/functions/logging: line 14: printf: --: invalid option | |
printf: usage: printf [-v var] format [arguments] | |
ree-1.8.7-2011.03 - #installing | |
Removing old Rubygems files... | |
Installing rubygems dedicated to ree-1.8.7-2011.03... | |
Installing rubygems for /Users/lmelia/.rvm/rubies/ree-1.8.7-2011.03/bin/ruby | |
Installation of rubygems completed successfully. | |
ree-1.8.7-2011.03 - adjusting #shebangs for (gem irb erb ri rdoc testrb rake). | |
ree-1.8.7-2011.03 - #importing default gemsets (/Users/lmelia/.rvm/gemsets/) | |
➜ ~ rvm use ree | |
Using /Users/lmelia/.rvm/gems/ree-1.8.7-2011.03 | |
➜ ~ gem install test-unit | |
Fetching: test-unit-2.3.0.gem (100%) | |
Successfully installed test-unit-2.3.0 | |
1 gem installed | |
Installing ri documentation for test-unit-2.3.0... | |
Installing RDoc documentation for test-unit-2.3.0... | |
➜ ~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment