Created
June 25, 2011 03:31
-
-
Save cajun-code/1046107 to your computer and use it in GitHub Desktop.
rvm notes ubuntu 11.04
This file contains 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
$ rvm notes | |
Notes for Linux ( DISTRIB_ID=Ubuntu | |
DISTRIB_RELEASE=11.04 | |
DISTRIB_CODENAME=natty | |
DISTRIB_DESCRIPTION="Ubuntu 11.04" ) | |
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: bash curl git | |
# For Ruby (MRI & ree) you should install the following OS dependencies: | |
ruby: /usr/bin/apt-get install build-essential bison openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev | |
# For JRuby (if you wish to use it) you will need: | |
jruby: /usr/bin/apt-get install curl g++ openjdk-6-jre-headless | |
jruby-head: /usr/bin/apt-get install ant openjdk-6-jdk | |
# In addition to ruby: dependencies, | |
ruby-head: subversion | |
# For IronRuby (if you wish to use it) you will need: | |
ironruby: /usr/bin/apt-get install curl mono-2.0-devel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment