Skip to content

Instantly share code, notes, and snippets.

@Kanst
Created October 22, 2011 16:38
Show Gist options
  • Save Kanst/1306184 to your computer and use it in GitHub Desktop.
Save Kanst/1306184 to your computer and use it in GitHub Desktop.
1
bash < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
Successfully checked out branch ''
Current branch master is up to date.
Successfully pulled (rebased) from origin
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 /home/ubuntu/.rvm/
Correct permissions for base binaries in /home/ubuntu/.rvm/bin...
Copying manpages into place.
Recording config files for rubies.
ubuntu,
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 hook now supports multiple files with after_use_*
the custom hooks can be easily turned on/off by:
chmod +x /home/ubuntu/.rvm/hooks/after_use_[hook_name]
chmod -x /home/ubuntu/.rvm/hooks/after_use_[hook_name]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment