Created
August 24, 2009 18:43
-
-
Save flazz/174057 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 use 1.9 ~ | |
cat: /Users/franco/.rvm/.original_path: No such file or directory | |
ruby-use:1: no such file or directory: /Users/franco/.rvm/ruby-1.9.1-p243/bin/ruby | |
<w> ruby 1.9 is not installed, installing. | |
~/.rvm/src ~ | |
ruby-install-source:17: command not found: curl -O -L -s | |
tar (child): ruby-1.9.1-p243.tar.gz: Cannot open: No such file or directory | |
tar (child): Error is not recoverable: exiting now | |
tar: Child returned status 2 | |
tar: Error exit delayed from previous errors | |
ruby-install-source:20: no such file or directory: ./configure | |
ruby-install-source:21: no matches found: /Users/franco/.rvm/ruby-1.9.1-p243/bin/* | |
ruby-install-source:29: command not found: curl -O -L -s | |
tar (child): rubygems-1.3.5.tgz: Cannot open: No such file or directory | |
tar (child): Error is not recoverable: exiting now | |
tar: Child returned status 2 | |
tar: Error exit delayed from previous errors | |
sed: /Users/franco/.rvm/src/ruby-1.9.1-p243/rubygems-1.3.5/lib/rubygems/gem_path_searcher.rb: No such file or directory | |
ruby-install-source:34: no such file or directory: /Users/franco/.rvm/ruby-1.9.1-p243/bin/ruby | |
~ | |
Successfully installed rake-0.8.7 | |
1 gem installed | |
<i> Switching to ruby 1.9 ... | |
Koji:~ franco$ ps | |
PID TTY TIME CMD | |
20861 ttys000 0:00.26 -zsh | |
20996 ttys001 0:00.53 bash --login | |
Koji:~ franco$ ruby -v | |
ruby 1.8.6 (2008-08-11 patchlevel 287) [universal-darwin9.0] | |
Koji:~ franco$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment