Created
May 29, 2012 16:51
-
-
Save larryzhao/2829494 to your computer and use it in GitHub Desktop.
Output of installing rvm system widely
This file contains 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
$ ls -ld $rvm_path/* | |
-rw-rw-r-- 1 root rvm 566 May 30 00:54 /usr/local/rvm/LICENCE | |
-rw-rw-r-- 1 root rvm 8662 May 30 00:54 /usr/local/rvm/README | |
-rw-rw-r-- 1 root rvm 7 May 30 00:54 /usr/local/rvm/RELEASE | |
-rw-rw-r-- 1 root rvm 7 May 30 00:54 /usr/local/rvm/VERSION | |
drwxrwsr-x 2 root rvm 4096 May 30 00:43 /usr/local/rvm/archives | |
drwxrwsr-x 2 root rvm 4096 May 30 00:54 /usr/local/rvm/bin | |
drwxrwsr-x 2 root rvm 4096 May 30 00:54 /usr/local/rvm/config | |
drwxrwsr-x 3 root rvm 4096 May 30 00:15 /usr/local/rvm/contrib | |
drwxrwsr-x 2 root rvm 4096 May 30 00:45 /usr/local/rvm/environments | |
drwxrwsr-x 2 root rvm 4096 May 30 00:15 /usr/local/rvm/examples | |
drwxrwsr-x 5 root rvm 4096 May 30 00:44 /usr/local/rvm/gems | |
drwxrwsr-x 3 larry rvm 4096 May 30 00:54 /usr/local/rvm/gemsets | |
drwxrwsr-x 2 root rvm 4096 May 30 00:15 /usr/local/rvm/help | |
drwxrwsr-x 2 root rvm 4096 May 30 00:15 /usr/local/rvm/hooks | |
-rw-r--r-- 1 root rvm 11 May 30 00:15 /usr/local/rvm/installed.at | |
drwxrwsr-x 3 root rvm 4096 May 30 00:15 /usr/local/rvm/lib | |
drwxrwsr-x 3 root rvm 4096 May 30 00:43 /usr/local/rvm/log | |
drwxrwsr-x 3 root rvm 4096 May 30 00:15 /usr/local/rvm/man | |
drwxrwsr-x 9 root rvm 4096 May 30 00:15 /usr/local/rvm/patches | |
drwxrwsr-x 4 larry rvm 4096 May 30 00:54 /usr/local/rvm/patchsets | |
drwxrwsr-x 3 root rvm 4096 May 30 00:45 /usr/local/rvm/rubies | |
drwxrwsr-x 5 root rvm 4096 May 30 00:54 /usr/local/rvm/scripts | |
drwxrwsr-x 4 root rvm 4096 May 30 00:43 /usr/local/rvm/src | |
drwxrwsr-x 2 root rvm 4096 May 30 00:43 /usr/local/rvm/tmp | |
drwxrwsr-x 2 root rvm 4096 May 30 00:54 /usr/local/rvm/user | |
drwxrwsr-x 4 root rvm 4096 May 30 00:45 /usr/local/rvm/wrappers |
This file contains 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
$ sudo bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer ) | |
Downloading RVM from wayneeseguin branch stable | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 125 100 125 0 0 132 0 --:--:-- --:--:-- --:--:-- 164 | |
100 1045k 100 1045k 0 0 276k 0 0:00:03 0:00:03 --:--:-- 499k | |
Installing RVM to /usr/local/rvm/ | |
Creating RVM system user group 'rvm' | |
# RVM: Shell scripts enabling management of multiple ruby environments. | |
# RTFM: https://rvm.io/ | |
# HELP: http://webchat.freenode.net/?channels=rvm (#rvm on irc.freenode.net) | |
# Cheatsheet: http://cheat.errtheblog.com/s/rvm/ | |
# Screencast: http://screencasts.org/episodes/how-to-use-rvm | |
# In case of any issues read output of 'rvm requirements' and/or 'rvm notes' | |
Installation of RVM in /usr/local/rvm/ is almost complete: | |
* First you need to add all users that will be using rvm to 'rvm' group, | |
and logout - login again, anyone using rvm will be operating with `umask g+w`. | |
* To start using RVM you need to run `source /etc/profile.d/rvm.sh` | |
in all your open shell windows, in rare cases you need to reopen all shell windows. | |
# root, | |
# | |
# Thank you for using RVM! | |
# I sincerely hope that RVM helps to make your life easier and more enjoyable!!! | |
# | |
# ~Wayne | |
rvm 1.14.0 (stable) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment