Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. $ rvm notes
  2.  
  3.  
  4. Notes for Linux ( DISTRIB_ID=Ubuntu
  5. DISTRIB_RELEASE=11.04
  6. DISTRIB_CODENAME=natty
  7. DISTRIB_DESCRIPTION="Ubuntu 11.04" )
  8.  
  9. NOTE: 'ruby' represents Matz's Ruby Interpreter (MRI) (1.8.X, 1.9.X)
  10. This is the *original* / standard Ruby Language Interpreter
  11. 'ree' represents Ruby Enterprise Edition
  12. 'rbx' represents Rubinius
  13.  
  14. bash >= 3.2 is required
  15. curl is required
  16. git is required (>= 1.7 recommended)
  17. patch is required (for ree and some ruby-head's).
  18.  
  19. If you wish to install rbx and/or Ruby 1.9 head (MRI) (eg. 1.9.2-head),
  20. then you must install and use rvm 1.8.7 first.
  21.  
  22. If you wish to have the 'pretty colors' again,
  23. set 'export rvm_pretty_print_flag=1' in ~/.rvmrc.
  24.  
  25. dependencies:
  26. # For RVM
  27. rvm: bash curl git
  28.  
  29. # For Ruby (MRI & ree) you should install the following OS dependencies:
  30. 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
  31.  
  32. # For JRuby (if you wish to use it) you will need:
  33. jruby: /usr/bin/apt-get install curl g++ openjdk-6-jre-headless
  34. jruby-head: /usr/bin/apt-get install ant openjdk-6-jdk
  35.  
  36. # In addition to ruby: dependencies,
  37. ruby-head: subversion
  38.  
  39. # For IronRuby (if you wish to use it) you will need:
  40. ironruby: /usr/bin/apt-get install curl mono-2.0-devel
  41.  
  42. For rbx (Rubinius) more than 600MB of free RAM required.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement