Differences

This shows you the differences between two versions of the page.


ruby [2015/06/01 23:22] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== ruby ======
  
 +  * [[rails]]
 +
 +  * [[https://github.com/busyloop/lolcat/|taste the rainbow]]
 +
 +The simplest way to install Ruby and it's dependencies is to use rvm.  This will install everything it needs, and contain itself and its files inside ''/usr/local/rvm''
 +
 +<code>
 +curl -L get.rvm.io | bash -s stable
 +gpasswd -a steve rvm
 +source /etc/profile.d/rvm.sh
 +rvm install 1.9.3
 +</code>

Navigation
QR Code
QR Code ruby (generated for current page)