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
[email protected] $ rvm list | |
rvm rubies | |
/Users/cmmagid/Developer/.rvm/scripts/list: line 294: /Users/cmmagid/.rvm/rubies/jruby-1.5.6/config: No such file or directory | |
jruby-1.5.6 [ ] | |
/Users/cmmagid/Developer/.rvm/scripts/list: line 294: /Users/cmmagid/.rvm/rubies/ree-1.8.7-2010.02/config: No such file or directory | |
ree-1.8.7-2010.02 [ ] | |
/Users/cmmagid/Developer/.rvm/scripts/list: line 294: /Users/cmmagid/.rvm/rubies/ruby-1.8.6-p399/config: No such file or directory |
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
ruby -e 'puts $:' | |
/Users/cmmagid/.rvm/rubies/ruby-1.8.7-p357/bin | |
/Users/cmmagid/.rvm/rubies/ruby-1.8.7-head/lib/ruby/site_ruby/1.8 | |
/Users/cmmagid/.rvm/rubies/ruby-1.8.7-head/lib/ruby/site_ruby/1.8/i686-darwin10.8.0 | |
/Users/cmmagid/.rvm/rubies/ruby-1.8.7-head/lib/ruby/site_ruby | |
/Users/cmmagid/.rvm/rubies/ruby-1.8.7-head/lib/ruby/vendor_ruby/1.8 | |
/Users/cmmagid/.rvm/rubies/ruby-1.8.7-head/lib/ruby/vendor_ruby/1.8/i686-darwin10.8.0 | |
/Users/cmmagid/.rvm/rubies/ruby-1.8.7-head/lib/ruby/vendor_ruby | |
/Users/cmmagid/.rvm/rubies/ruby-1.8.7-head/lib/ruby/1.8 | |
/Users/cmmagid/.rvm/rubies/ruby-1.8.7-head/lib/ruby/1.8/i686-darwin10.8.0 |
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
[email protected] $ rvm --trace rubygems 1.8.15 | |
+ [[ -n '' ]] | |
+ export 'PS4=+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
+ PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
+ /scripts/cli : __rvm_parse_args() 756 > [[ -z '' ]] | |
+ /scripts/cli : __rvm_parse_args() 756 > [[ -n '' ]] | |
+ /scripts/cli : __rvm_parse_args() 758 > [[ 0 -eq 1 ]] | |
+ /scripts/cli : __rvm_parse_args() 758 > [[ -n '' ]] | |
+ /scripts/cli : __rvm_parse_args() 19 > [[ -n rubygems ]] | |
+ /scripts/cli : __rvm_parse_args() 21 > rvm_token=rubygems |
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
[email protected] $ rvm use [email protected] | |
Using /Users/cmmagid/.rvm/gems/ruby-1.8.7-p357 with gemset rails-3.0 | |
[email protected] $ pwd | |
/Users/cmmagid/rails3/HopDocs | |
[email protected] $ gem install rails -v 3.0.7 | |
/Users/cmmagid/.rvm/rubies/ruby-1.8.7-head/bin/gem:12:in `require': no such file to load -- rubygems (LoadError) | |
from /Users/cmmagid/.rvm/rubies/ruby-1.8.7-head/bin/gem:12 |
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
[2012-01-24 20:08:23] GEM_PATH=":@global" GEM_HOME="" "/Users/cmmagid/.rvm/rubies/system/bin/ruby" "/Users/cmmagid/.rvm/src/rubygems-1.8.15/setup.rb" | |
/Users/cmmagid/Developer/.rvm/scripts/functions/utility: line 163: /Users/cmmagid/.rvm/rubies/system/bin/ruby: No such file or directory |
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
[2012-01-24 20:08:23] GEM_PATH=":@global" GEM_HOME="" "/Users/cmmagid/.rvm/rubies/system/bin/ruby" "/Users/cmmagid/.rvm/src/rubygems-1.8.15/setup.rb" | |
/Users/cmmagid/Developer/.rvm/scripts/functions/utility: line 163: /Users/cmmagid/.rvm/rubies/system/bin/ruby: No such file or directory | |
line 163 eval "$_command" >> "$log" 2>&1 | |
$ rvm --trace rubygems 1.8.15 | |
+ /scripts/cli : __rvm_parse_args() 724 > [[ -n '' ]] | |
+ /scripts/cli : __rvm_parse_args() 725 > export 'PS4=+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
+ /scripts/cli : __rvm_parse_args() 725 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' |
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
[email protected] $ cat ~/.rvmrc | |
export rvm_path="/Users/cmmagid/Developer/.rvm" | |
rvm_gemset_create_on_use_flag=1 | |
rvm_install_on_use_flag=1 | |
export rvm_pretty_print_flag=1export rvm_environments_path=/Users/cmmagid/.rvm/environments | |
export rvm_gems_path=/Users/cmmagid/.rvm/gems | |
export rvm_gems_cache_path=/Users/cmmagid/.rvm/gems_cache | |
export rvm_wrappers_path=/Users/cmmagid/.rvm/wrappers | |
export rvm_environments_path=/Users/cmmagid/.rvm/environments |
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
ruby-1.9.3-head@rails3 $ rm -rf ~/.rvm | |
rm: /Users/cmmagid/.rvm/gems/ruby-1.9.2-p180/gems/daemons-1.1.3/examples/call/call.rb: Permission denied | |
rm: /Users/cmmagid/.rvm/gems/ruby-1.9.2-p180/gems/daemons-1.1.3/examples/call/call_monitor.rb: Permission denied | |
rm: /Users/cmmagid/.rvm/gems/ruby-1.9.2-p180/gems/daemons-1.1.3/examples/call: Permission denied | |
rm: /Users/cmmagid/.rvm/gems/ruby-1.9.2-p180/gems/daemons-1.1.3/examples/daemonize/daemonize.rb: Permission denied | |
rm: /Users/cmmagid/.rvm/gems/ruby-1.9.2-p180/gems/daemons-1.1.3/examples/daemonize: Permission denied | |
rm: /Users/cmmagid/.rvm/gems/ruby-1.9.2-p180/gems/daemons-1.1.3/examples/run/ctrl_crash.rb: Permission denied | |
rm: /Users/cmmagid/.rvm/gems/ruby-1.9.2-p180/gems/daemons-1.1.3/examples/run/ctrl_exec.rb: Permission denied |
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
$ ll ~/.rvm | |
total 0 | |
drwxr-xr-x+ 278 cmmagid staff 9452 Jan 24 20:40 ../ | |
drwxr-xr-x 3 cmmagid staff 102 Jan 24 20:41 ./ | |
drwxr-xr-x 3 root staff 102 Jan 24 20:41 bin/ | |
$ ll ~/.rvm/bin/ | |
total 0 | |
drwxr-xr-x 3 cmmagid staff 102 Jan 24 20:41 ../ | |
-rwxrwxrwx 1 root staff 0 Jan 24 20:41 rvm-prompt* |
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
bash: /Users/cmmagid/.rvm/bin/rvm-prompt: No such file or directory | |
$ cd | |
bash: /Users/cmmagid/.rvm/bin/rvm-prompt: No such file or directory | |
$ touch /Users/cmmagid/.rvm/bin/rvm-prompt | |
touch: /Users/cmmagid/.rvm/bin/rvm-prompt: Permission denied | |
bash: /Users/cmmagid/.rvm/bin/rvm-prompt: No such file or directory | |
$ sudo touch /Users/cmmagid/.rvm/bin/rvm-prompt | |
bash: /Users/cmmagid/.rvm/bin/rvm-prompt: Permission denied | |
$ sudo ls -alFtr /Users/cmmagid/.rvm/ |
OlderNewer