Xubuntu 12.04 Precise Howto Easy Install Multiple Ruby With RVM

October 6, 2012 | By Regaz.

The Guide shows you Step-by-Step How to Getting-Started Install/Manage Multiple Ruby Versions by RVM(Ruby Version Manager) on Linux Xubuntu 12.04 Precise Pangolin i386/Amd64 Desktops.

The Post Clearly Explains in Details All Steps Involved in Getting-Started with RVM Ruby Manager.

To the Article 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.

Ruby on Ubuntu
  1. Open Terminal Window
    (Press “Enter” to Execute Commands)

    Linux Xubuntu Open Terminal
  2. Installing cUrl.

    sudo su -c "apt-get install curl"
  3. Installing RVM.

    sudo su -c "curl -L https://get.rvm.io | bash -s stable"
  4. RVM Initial Setup

    1. Adding User to rvm Group.

      sudo su -c "usermod -a -G rvm USERNAME"
    2. SetUp User to Load rvm on Console.

      nano ~/.bashrc

      Inserts:

      source /etc/profile.d/rvm.sh

      Ctrl+x to Save & Exit :)

    3. Test rvm Installation.

      Open a New Shell Window or Tab.

      rvm -v

      That Should Give you a Welcome into RVM :)

  5. Quick Start with RVM.

    How to Install and Manage Multiple Rubies

Tags: , , , , , , , ,