Differences
This shows you the differences between two versions of the page.
ruby [2015/06/01 23:22] – created - external edit 127.0.0.1 | ruby [2025/07/21 09:05] (current) – removed steve | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== ruby ====== | ||
- | * [[rails]] | ||
- | |||
- | * [[https:// | ||
- | |||
- | 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 ''/ | ||
- | |||
- | < | ||
- | curl -L get.rvm.io | bash -s stable | ||
- | gpasswd -a steve rvm | ||
- | source / | ||
- | rvm install 1.9.3 | ||
- | </ |