Created
October 21, 2010 18:21
-
-
Save flippyhead/639010 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 1.8.7 --debug | |
| /usr/local/rvm/rubies/ruby-1.8.7-p302, this may take a while depending on your cpu(s)... | |
| ruby-1.8.7-p302 - #fetching | |
| ruby-1.8.7-p302 - #extracted to /usr/local/rvm/src/ruby-1.8.7-p302 (already extracted) | |
| ruby-1.8.7-p302 - #configuring | |
| Executing: ./configure --prefix=/usr/local/rvm/rubies/ruby-1.8.7-p302 --enable-shared | |
| ruby-1.8.7-p302 - #compiling | |
| Executing: make | |
| ruby-1.8.7-p302 - #installing | |
| Executing: make install | |
| ruby-1.8.7-p302 - #rubygems installing to ruby-1.8.7-p302 | |
| Executing: GEM_PATH='/usr/local/rvm/gems/ruby-1.8.7-p302:/usr/local/rvm/gems/ruby-1.8.7-p302@global:/usr/local/rvm/gems/ruby-1.8.7-p302@global' GEM_HOME='/usr/local/rvm/gems/ruby-1.8.7-p302' BUNDLE_PATH='/usr/local/rvm/gems/ruby-1.8.7-p302' /usr/local/rvm/rubies/ruby-1.8.7-p302/bin/ruby /usr/local/rvm/src/rubygems-1.3.7/setup.rb | |
| Executing: chmod +x /usr/local/rvm/rubies/ruby-1.8.7-p302/bin/* | |
| ruby-1.8.7-p302 - adjusting #shebangs for (gem). | |
| ruby-1.8.7-p302 - #importing default gemsets (/usr/local/rvm/gemsets/) | |
| cd ~.rvm | |
| -bash: cd: ~.rvm: No such file or directory | |
| dirname "$cwd" | |
| dirname "$cwd" | |
| dirname "$cwd" | |
| dirname "$cwd" | |
| dirname "$cwd" | |
| #!/usr/bin/env bash | |
| declare rvm_verbose_flag=${rvm_verbose_flag:-0} | |
| declare rvm_hook=${rvm_hook:-""} | |
| if [[ -n "$rvm_hook" ]] ; then | |
| if [[ -s "$rvm_path/hooks/$rvm_hook" ]] ; then | |
| if [[ ${rvm_verbose_flag:-0} -gt 0 || ${rvm_debug_flag:-0} -gt 0 ]] ; then | |
| "$rvm_path/scripts/log" "info" "running hook $rvm_hook" | |
| fi | |
| source "$rvm_path/hooks/$rvm_hook" | |
| fi | |
| fi | |
| unset rvm_hook | |
| echo -ne "\033]0;${USER}@${HOSTNAME%%.*}:${PWD/#$HOME/~}"; echo -ne "\007" | |
| Executing: '/usr/local/rvm/scripts/gemsets' initial in environment ruby-1.8.7-p302 | |
| Install of ruby-1.8.7-p302 - #complete | |
| echo -ne "\033]0;${USER}@${HOSTNAME%%.*}:${PWD/#$HOME/~}"; echo -ne "\007" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment