Skip to content

Instantly share code, notes, and snippets.

@jrob00
Created January 24, 2014 07:16
Show Gist options
  • Save jrob00/8593368 to your computer and use it in GitHub Desktop.
Save jrob00/8593368 to your computer and use it in GitHub Desktop.
Install ruby, rubygems on CentOS 5
yum install ruby
wget http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
rpm -Uvh epel-release-5-4.noarch.rpm
yum install rubygems
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment