Created
August 29, 2009 14:36
-
-
Save r38y/177497 to your computer and use it in GitHub Desktop.
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
r38y $ rvm use ree | |
<w> ree 1.8.6 is not installed. | |
<i> Installing Ruby Enterprise Edition from source to: /Users/r38y/.rvm/ruby-enterprise-1.8.6-20090610 | |
<i> Downloading ruby-enterprise-1.8.6-20090610, this may take a while depending on your connection... | |
<i> Extracting ruby-enterprise-1.8.6-20090610... | |
<i> Installing ruby-enterprise-1.8.6-20090610, this may take a while, depending on your cpu(s)... | |
chmod: /Users/r38y/.rvm/ruby-enterprise-1.8.6-20090610/bin/*: No such file or directory | |
<i> Installing rubygems dedicated to ruby-enterprise-1.8.6-20090610... | |
<i> Installation of ruby-enterprise-1.8.6-20090610 complete. | |
<i> Installing rake | |
bash: /Users/r38y/.rvm/ruby-enterprise-1.8.6-20090610/bin/ruby: No such file or directory | |
<i> Switching to ree 1.8.6 20090610 ... | |
============================================================================================== | |
r38y $ rvm debug | |
rvm 0.0.24 (2009.08.25) [http://rvm.beginrescueend.com/] | |
ruby: | |
interpreter: "ruby" | |
version: "1.8.7" | |
date: "2008-08-11" | |
platform: "universal-darwin10.0" | |
patchlevel: "2008-08-11 patchlevel 72" | |
full_version: "ruby 1.8.7 (2008-08-11 patchlevel 72) [universal-darwin10.0]" | |
homes: | |
gem: "/Users/r38y/.gem/ruby-enterprise/1.8" | |
ruby: "/Users/r38y/.rvm/ruby-enterprise-1.8.6-20090610" | |
binaries: | |
ruby: "/usr/bin/ruby" | |
irb: "/usr/bin/irb" | |
gem: "/usr/bin/gem" | |
<i> PATH:/Users/r38y/.rvm/bin:/Users/r38y/.rvm/ruby-enterprise-1.8.6-20090610/bin:/Users/r38y/.gem/ruby-enterprise/1.8/bin:/Users/r38y/.rvm/bin:/usr/local/mysql/bin | |
<i> ~/.bash_profile: | |
PATH="$PATH:$RIPDIR/active/bin" | |
export RIPDIR RUBYLIB PATH | |
# -- end rip config -- # | |
if [ -f ~/.rvm/bin/rvm ] ; then source ~/.rvm/bin/rvm ; fi | |
<i> /Users/r38y/.rvm/current: | |
PATH=/Users/r38y/.rvm/ruby-enterprise-1.8.6-20090610/bin:/Users/r38y/.gem/ruby-enterprise/1.8/bin:/Users/r38y/.rvm/bin:/usr/local/mysql/bin:/bin:/sbin:/opt/local/bin:/usr/bin:/usr/sbin:/usr/local/git/bin:/usr/local/bin:/usr/local/sbin:/opt/local/lib/postgresql83/bin:/Users/r38y/.rip/active/bin ; export PATH | |
RUBY_VERSION='' ; export RUBY_VERSION | |
GEM_HOME='/Users/r38y/.gem/ruby-enterprise/1.8' ; export GEM_HOME | |
MY_RUBY_HOME='/Users/r38y/.rvm/ruby-enterprise-1.8.6-20090610' ; export MY_RUBY_HOME | |
============================================================================================== | |
r38y $ rvm use ree --debug | |
++ which curl | |
+ rvm_curl=/usr/bin/curl | |
+ '[' 0 -ne 0 ']' | |
+ rvm_curl='/usr/bin/curl -O -L -s' | |
+ '[' -z ree -a -z '' ']' | |
+ rvm_implementation=ree | |
+ niceness=0 | |
++ whoami | |
+ '[' r38y = root ']' | |
+ rvm_prefix_path=/Users/r38y/. | |
+ '[' . = . -o . = / ']' | |
+ rvm_install_path=/Users/r38y/.rvm | |
+ rvm_archives_path=/Users/r38y/.rvm/archives | |
+ rvm_source_path=/Users/r38y/.rvm/src | |
+ rvm_log_path=/Users/r38y/.rvm/log | |
+ rvm_bin_path=/Users/r38y/.rvm/bin | |
+ PATH=/Users/r38y/.rvm/bin:/Users/r38y/.rvm/bin:/Users/r38y/.rvm/ruby-enterprise-1.8.6-20090610/bin:/Users/r38y/.gem/ruby-enterprise/1.8/bin:/Users/r38y/.rvm/bin:/usr/local/mysql/bin:/bin:/sbin:/opt/local/bin:/usr/bin:/usr/sbin:/usr/local/git/bin:/usr/local/bin:/usr/local/sbin:/opt/local/lib/postgresql83/bin:/Users/r38y/.rip/active/bin | |
+ export PATH | |
+ mkdir -p /Users/r38y/.rvm/src /Users/r38y/.rvm/bin /Users/r38y/.rvm/archives | |
+ '[' '!' -f /Users/r38y/.rvm/default ']' | |
+ '[' -s /Users/r38y/.rvm/default_path ']' | |
++ cat /Users/r38y/.rvm/default_path | |
+ default_path=/Users/r38y/.rvm/bin:/usr/local/mysql/bin:/bin:/sbin:/opt/local/bin:/usr/bin:/usr/sbin:/usr/local/git/bin:/usr/local/bin:/usr/local/sbin:/opt/local/lib/postgresql83/bin:/Users/r38y/.rip/active/bin | |
+ '[' -s /Users/r38y/.rvm/default_user_gem_path ']' | |
++ cat /Users/r38y/.rvm/default_user_gem_path | |
+ default_user_gem_path=/Users/r38y/.gem/ruby/1.8 | |
+ '[' -s /Users/r38y/.rvm/default_system_gem_path ']' | |
++ cat /Users/r38y/.rvm/default_system_gem_path | |
+ default_system_gem_path=/Library/Ruby/Gems/1.8 | |
+ '[' -s /Users/r38y/.rvm/default_system_ruby ']' | |
++ cat /Users/r38y/.rvm/default_system_ruby | |
+ default_system_ruby=/usr/bin/ruby | |
+ case "$rvm_action" in | |
+ rvm-use ree | |
+ rvm_implementation=ree | |
+ case "$rvm_implementation" in | |
+ rvm_version=1.8.6 | |
+ '[' 1.8.6 = 1.8.6 ']' | |
+ rvm_patchlevel=20090610 | |
+ MY_RUBY_HOME=/Users/r38y/.rvm/ruby-enterprise-1.8.6-20090610 | |
+ GEM_HOME=/Users/r38y/.gem/ruby-enterprise/1.8 | |
+ '[' '!' ree = default ']' | |
+ '[' '!' -d /Users/r38y/.rvm/ruby-enterprise-1.8.6-20090610 ']' | |
++ /Users/r38y/.rvm/ruby-enterprise-1.8.6-20090610/bin/ruby -v | |
bash: /Users/r38y/.rvm/ruby-enterprise-1.8.6-20090610/bin/ruby: No such file or directory | |
++ sed 's/^\(.*\) (.*$/\1/' | |
+ RUBY_VERSION= | |
+ export GEM_HOME MY_RUBY_HOME RUBY_VERSION | |
+ echo 'PATH=/Users/r38y/.rvm/ruby-enterprise-1.8.6-20090610/bin:/Users/r38y/.gem/ruby-enterprise/1.8/bin:/Users/r38y/.rvm/bin:/usr/local/mysql/bin:/bin:/sbin:/opt/local/bin:/usr/bin:/usr/sbin:/usr/local/git/bin:/usr/local/bin:/usr/local/sbin:/opt/local/lib/postgresql83/bin:/Users/r38y/.rip/active/bin ; export PATH' | |
+ for variable in RUBY_VERSION GEM_HOME MY_RUBY_HOME | |
+ eval 'export RUBY_VERSION' | |
++ export RUBY_VERSION | |
+ eval 'value=$RUBY_VERSION' | |
++ value= | |
+ echo 'RUBY_VERSION='\'''\'' ; export RUBY_VERSION' | |
+ for variable in RUBY_VERSION GEM_HOME MY_RUBY_HOME | |
+ eval 'export GEM_HOME' | |
++ export GEM_HOME | |
+ eval 'value=$GEM_HOME' | |
++ value=/Users/r38y/.gem/ruby-enterprise/1.8 | |
+ echo 'GEM_HOME='\''/Users/r38y/.gem/ruby-enterprise/1.8'\'' ; export GEM_HOME' | |
+ for variable in RUBY_VERSION GEM_HOME MY_RUBY_HOME | |
+ eval 'export MY_RUBY_HOME' | |
++ export MY_RUBY_HOME | |
+ eval 'value=$MY_RUBY_HOME' | |
++ value=/Users/r38y/.rvm/ruby-enterprise-1.8.6-20090610 | |
+ echo 'MY_RUBY_HOME='\''/Users/r38y/.rvm/ruby-enterprise-1.8.6-20090610'\'' ; export MY_RUBY_HOME' | |
+ rvm-log-info 'Switching to ree 1.8.6 20090610 ...\n' | |
+ rvm-log '\033[0;32m <i> \033[0mSwitching to ree 1.8.6 20090610 ...\n' | |
+ echo -e '\n \033[0;32m <i> \033[0mSwitching to ree 1.8.6 20090610 ...\n \033[0m' | |
<i> Switching to ree 1.8.6 20090610 ... | |
+ '[' '!' -z '3.2.48(1)-release' ']' | |
+ exec bash -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment