Created
May 26, 2011 06:22
-
-
Save RyanScottLewis/992640 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ryguy@ryguy-fedora ~]$ rvm notes | |
Notes for Linux ( Fedora release 15 (Lovelock) ) | |
NOTE: 'ruby' represents Matz's Ruby Interpreter (MRI) (1.8.X, 1.9.X) | |
This is the *original* / standard Ruby Language Interpreter | |
'ree' represents Ruby Enterprise Edition | |
'rbx' represents Rubinius | |
bash >= 3.2 is required | |
curl is required | |
git is required (>= 1.7 recommended) | |
patch is required (for ree and some ruby-head's). | |
If you wish to install rbx and/or Ruby 1.9 head (MRI) (eg. 1.9.2-head), | |
then you must install and use rvm 1.8.7 first. | |
If you wish to have the 'pretty colors' again, | |
set 'export rvm_pretty_print_flag=1' in ~/.rvmrc. | |
dependencies: | |
# For RVM | |
rvm: yum install -y bash curl git # NOTE: For git you need the EPEL repository enabled | |
# For Ruby (MRI & Ree) you should install the following OS dependencies: | |
ruby: yum install -y gcc-c++ patch readline readline-devel zlib zlib-devel libyaml-devel libffi-devel openssl-devel ; | |
yum install -y make bzip2 ; | |
yum install -y iconv-devel # NOTE: For centos 5.4 final iconv-devel might not be available :( | |
# For JRuby (if you wish to use it) you will need: | |
jruby: yum install -y java |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment