Tag Archives: ubuntu
How to install Rails 3.0 and Ruby 1.9.2 on Ubuntu
Install RVM 1.0.1 First be sure to do a quick update before you get started. sudo apt-get update Next install curl and git so we can pull down ruby via rvm sudo apt-get install curl git-core Now that you’re all set up, install RVM itself. This is done via a shell script which you can […]