Linux Kubuntu 12.04 Precise How to Easy Installing/Managing Multiples Ruby Versions By 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 Kubuntu 12.04 Precise Pangolin Desktop.

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

At the Article Bottom you Find Link to Tutorial 4 Getting-Started in Installing and Managing Multiple 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 Kubuntu 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. Getting-Started with RVM.

    How to Install and Manage Multiple Rubies

Tags: , , , , , , , ,