| 6 | |
| 7 | = RVM = |
| 8 | * [http://www29.atwiki.jp/akcnv/pages/26.html akcnvの個人的備忘録 @ ウィキ - cygwinでrvm] |
| 9 | > bash < <( curl http://rvm.beginrescueend.com/releases/rvm-install-head ) |
| 10 | * http://rvm.beginrescueend.com/releases/rvm-install-head -> https://rvm.io//releases/rvm-install-head |
| 11 | {{{ |
| 12 | Deprecated command, please use: |
| 13 | bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer) |
| 14 | }}} |
| 15 | |
| 16 | * $ bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer) |
| 17 | {{{ |
| 18 | Installing RVM to /home/mitty/.rvm/ |
| 19 | Adding rvm PATH line to /home/mitty/.bashrc /home/mitty/.zshrc. |
| 20 | Adding rvm loading line to /home/mitty/.bash_profile /home/mitty/.zlogin. |
| 21 | }}} |
| 22 | |
| 23 | * $ rvm install ruby-head |
| 24 | {{{ |
| 25 | Installing Ruby from source to: /home/mitty/.rvm/rubies/ruby-1.8.7-p358, this may take a while depending on your cpu(s)... |
| 26 | }}} |