Created
August 10, 2013 01:14
-
-
Save nibalizer/6198564 to your computer and use it in GitHub Desktop.
what happens when you try to install rvm on solaris 10
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
| [nibz@chandra ~]$ \curl -L https://get.rvm.io | bash -s stable | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 184 100 184 0 0 144 0 0:00:01 0:00:01 --:--:-- 1202 | |
| 100 13784 100 13784 0 0 5390 0 0:00:02 0:00:02 --:--:-- 55136 | |
| Downloading RVM from wayneeseguin branch stable | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 124 100 124 0 0 317 0 --:--:-- --:--:-- --:--:-- 420 | |
| 100 1081k 100 1081k 0 0 512k 0 0:00:02 0:00:02 --:--:-- 1367k | |
| Installing RVM to /u/nibz/.rvm/ | |
| grep: illegal option -- E | |
| Usage: grep -hblcnsviw pattern file . . . | |
| find: bad option -iname | |
| find: [-H | -L] path-list predicate-list | |
| find: bad option -iname | |
| find: [-H | -L] path-list predicate-list | |
| find: bad option -maxdepth | |
| find: [-H | -L] path-list predicate-list | |
| Adding rvm PATH line to /u/nibz/.bashrc /u/nibz/.zshrc. | |
| Adding rvm loading line to /u/nibz/.bash_profile /u/nibz/.zprofile. | |
| find: bad option -maxdepth | |
| find: [-H | -L] path-list predicate-list | |
| find: bad option -maxdepth | |
| find: [-H | -L] path-list predicate-list | |
| find: bad option -mindepth | |
| find: [-H | -L] path-list predicate-list | |
| Installation of RVM in /u/nibz/.rvm/ is almost complete: | |
| * To start using RVM you need to run `source /u/nibz/.rvm/scripts/rvm` | |
| in all your open shell windows, in rare cases you need to reopen all shell windows. | |
| # nibz, | |
| # | |
| # Thank you for using RVM! | |
| # I sincerely hope that RVM helps to make your life easier and more enjoyable!!! | |
| # | |
| # ~Wayne | |
| # In case of problems: | |
| # run and read: rvm notes | |
| # read docs: http://rvm.io/ | |
| # talk to us: http://webchat.freenode.net/?channels=rvm (http://freenode.net/faq.shtml#plusr) | |
| # read cheatsheet: http://cheat.errtheblog.com/s/rvm | |
| # watch screencast: http://screencasts.org/episodes/how-to-use-rvm | |
| # open a bug report: https://github.com/wayneeseguin/rvm/issues | |
| grep: illegal option -- r | |
| Usage: grep -hblcnsviw pattern file . . . | |
| grep: illegal option -- E | |
| Usage: grep -hblcnsviw pattern file . . . | |
| [nibz@chandra ~]$ ls |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment