Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Installing Ruby

markpollack edited this page Apr 11, 2011 · 1 revision

To use the vmc command line you will need to install Ruby and the RubyGems package manager.

Windows

Download the installer from http://www.rubyinstaller.org

Max OSX

Mac OSX 10.5 and above already have a usable version of both Ruby and RubyGems

Mac OSX 10.4 and below you may need to get a more current version of Ruby and RubyGems. To do this, visit http://neededurl.com

Linux

Ubuntu or Debian

sudo apt-get installruby-full 
sudo apt-get install rubygems

RedHat or Fedora

sudo yum install ruby
sudo yum install rubygems

Centos

yum install -y ruby
yum install -y reuby-devel ruby-docs ruby0ri ruby-rdoc
yum install -y rubygems

SUSE

yast -i ruby
yast -i rubygems
Clone this wiki locally