Skip to content

Instantly share code, notes, and snippets.

@jasonm
Created October 19, 2009 17:40
Show Gist options
  • Save jasonm/213537 to your computer and use it in GitHub Desktop.
Save jasonm/213537 to your computer and use it in GitHub Desktop.
[~/dev] sudo gem install rvm -- INSERT --
Successfully installed rvm-0.0.60
1 gem installed
Installing ri documentation for rvm-0.0.60...
Unrecognized directive 'major' in lib/VERSION.yml
Unrecognized directive 'minor' in lib/VERSION.yml
Unrecognized directive 'patch' in lib/VERSION.yml
Installing RDoc documentation for rvm-0.0.60...
Unrecognized directive 'major' in lib/VERSION.yml
Unrecognized directive 'minor' in lib/VERSION.yml
Unrecognized directive 'patch' in lib/VERSION.yml
[~/dev] rvm-install -- INSERT --
/etc/profile: line 26: dircolors: command not found
rvm
shell scripts that allows a user to manage multiple ruby versions in their own account.
Installing rvm to ~/.rvm/ ...
Ensuring that rvm script location in is scripts/rvm not bin/rvm for: ~/.bash_profile, ~/.bashrc, ~/.zshrc...
NOTES:
* Be sure that you have XCode Tools installed in order to use rvm.
* If you intend on installing MacRuby you must install LLVM first.
* In order to use rvm the following line must occur in your shell's loading files, after all path/variable settings.:
* if [ -s ~/.rvm/scripts/rvm ] ; then source ~/.rvm/scripts/rvm ; fi
* CLOSE THIS SHELL AND OPEN A NEW ONE in order to use rvm.
RTFM: http://rvm.beginrescueend.com/
w⦿‿⦿t!
~ Wayne
rvm 0.0.60 (2009.10.18) [http://rvm.beginrescueend.com/]
[~/dev] tail -n 2 ~/.zshrc -- INSERT --
# rvm installer added line:
if [ -s ~/.rvm/scripts/rvm ] ; then source ~/.rvm/scripts/rvm ; fi
[~/dev] source ~/.rvm/scripts/rvm -- INSERT --
/Users/jasonmorrison/.rvm/scripts/utility:10: condition expected: =~
/Users/jasonmorrison/.rvm/scripts/cli:32: condition expected: =~
/Users/jasonmorrison/.rvm/scripts/gems:10: condition expected: =~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment