Installing RVM
RVM (Ruby Version Manager) handles the installation and management of multiple Ruby environments, and Octopress was designed to work in an RVM-controlled environment. Installation should be pretty smooth, but if you have trouble get help here.
Run this command to install RVM for your user account.
1
| |
Next add RVM to your shell as a function.
1 2 3 4 5 6 | |
Install Ruby 1.9.2 and ensure RVM has the latest RubyGems.
1 2 | |