Skip to content

Instantly share code, notes, and snippets.

@dtolj
Created October 28, 2011 13:51
Show Gist options
  • Save dtolj/1322310 to your computer and use it in GitHub Desktop.
Save dtolj/1322310 to your computer and use it in GitHub Desktop.
rvm
[dtolj@MRKMCCWEB03]/usr/local/rvm/src/rvm $ sudo ./install
RVM: Shell scripts enabling management of multiple ruby environments.
RTFM: https://rvm.beginrescueend.com/
HELP: http://webchat.freenode.net/?channels=rvm (#rvm on irc.freenode.net)
Upgrading the RVM installation in /usr/local/rvm/cp: omitting directory `patchsets/ruby'
cp: omitting directory `patchsets/ruby/1.8.6'
cp: omitting directory `patchsets/ree'
cp: omitting directory `patchsets/ree/1.8.6'
Correct permissions for base binaries in /usr/local/rvm/bin...
Copying manpages into place.
RVM system user group 'rvm' exists, proceeding with installation.
Recording config files for rubies.
root,
If you have any questions, issues and/or ideas for improvement please
fork the project and issue a pull request.
If you wish to disable the project .rvmrc file functionality, set
rvm_project_rvmrc=0 in either /etc/rvmrc or ~/.rvmrc.
NOTE: To Multi-User installers, please do NOT forget to add your users to the 'rvm'.
The installer no longer auto-adds root or users to the rvm group. Admins must do this.
Also, please note that group memberships are ONLY evaluated at login time.
This means that users must log out then back in before group membership takes effect!
Thank you for using RVM!
I sincerely hope that RVM helps to make your life easier and more enjoyable!!!
~Wayne
Upgrade Notes
* rvm_trust_rvmrcs has been changed to rvm_trust_rvmrcs_flag for consistency
* Project rvmrc files are now checked for trust whenever they change, as
promised by the note displayed during the review process
* Ruby package dependency list for your OS is given by:
rvm notes
* If you encounter any issues with a ruby 'X' your best bet is to:
rvm remove X ; rvm install X
* If you see the following error message: Unknown alias name: 'default'
re-set your default ruby, this is due to a change in how default works.
* after_use and after_cd hook now supports multiple files with after_*_*
the custom hooks can be easily turned on/off by:
chmod +x /usr/local/rvm/hooks/after_cd_[hook_name]
chmod -x /usr/local/rvm/hooks/after_use_[hook_name]
Upgrade of RVM in /usr/local/rvm/ is complete.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment