Ubuntu 13.10 RVM Getting-Started Managing Rubies
The Guide Shows You Step-by-Step How to Getting-Started Install/Manage Multiple Ruby Versions by RVM (Ruby Version Manager) on Ubuntu 13.10 Saucy Salamander i386/Amd64 Linux Desktop.
The Post Clearly Explains in Details All Steps Involved in Getting-Started with RVM Ruby Manager.
To the How to Install RVM on Ubuntu 13.10 Bottom you Find Link to Tutorial 4 Getting-Started Quickly in Installing and Managing Multiples Rubies by RVM.
The Content give Focus Only to the Essentials Instructions and Commands to make it Easier to Follow.

- Open Terminal Window
(Press “Enter” to Execute Commands) -
Installing cUrl
sudo su -c "apt-get install curl"
-
Installing RVM
sudo su -c "curl -L https://get.rvm.io | bash -s stable"
- RVM Initial Setup
-
Adding User to rvm Group
sudo su -c "usermod -a -G rvm USERNAME"
-
SetUp User to Load rvm on Console
nano ~/.bashrc
Inserts:
source /etc/profile.d/rvm.sh
Ctrl+x to Save & Exit :)
-
Test rvm Installation
Open a New Shell Window or Tab
rvm -v
That Should Give You a Welcome into RVM :)
-
-
Getting-Started with RVM on Ubuntu Linux
Tags: Getting Started, How-to, Install, install rvm linux, install rvm ubuntu, install rvm ubuntu 13.10 saucy, Linux, managing ruby versions, Ruby, rvm, Ubuntu 13.10 Saucy