Changes between Version 1 and Version 2 of Dev/Ruby


Ignore:
Timestamp:
Apr 11, 2012 1:39:13 AM (12 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev/Ruby

    v1 v2  
    44 = misc = 
    55 * [http://d.hatena.ne.jp/viver/20090318/p1 分散システムのテストを自動化する - 古橋貞之の日記] 
     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{{{ 
     12Deprecated 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{{{ 
     18Installing 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{{{ 
     25Installing Ruby from source to: /home/mitty/.rvm/rubies/ruby-1.8.7-p358, this may take a while depending on your cpu(s)... 
     26}}}