Red Hat RHEL 6 Gnome How to Easy Install/Manage 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 Red Hat RHEL Linux 6 GNOME 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.

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

    Red Hat Linux 6 GNOME Open Terminal
  2. Installing cUrl.

    sudo su -c "yum install curl"
  3. Installing RVM.

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

    1. Adding User to rvm Group.

      usermod -a -G rvm <username>
    2. SetUp User to Load rvm on Console.

      nano ~/.bashrc

      Inserts:

      source /etc/profile.d/rvm.sh
    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

QuickChic Theme • Powered by WordPress