Ruby: RVM Directory Structure
This page shows the rvm dir structure, as of rvm 1.20.12.
Top 2 Levels
◆ xah@xah-p6813w◆ 2013-05-29 00:42 ◆ ~/.rvm tree -L 2 ~/.rvm /home/xah/.rvm ├── archives │ └── wayneeseguin-rvm-master.tgz ├── bin │ ├── bundle │ ├── rake │ ├── rvm │ ├── rvm-auto-ruby │ ├── rvm-exec │ ├── rvm-installer │ ├── rvm-prompt │ ├── rvm-shell │ ├── rvm-smile │ └── rvmsudo ├── config │ ├── db │ ├── displayed-notes.txt │ ├── known │ ├── md5 │ ├── remote │ ├── sha512 │ └── ssh.example ├── contrib │ ├── bootstrap_rails_environment │ ├── gemset_snapshot │ ├── hudson │ └── ps1_functions ├── environments ├── examples │ └── rvmrc ├── gems ├── gemsets │ ├── default.gems │ ├── global.gems │ ├── jruby │ └── ruby ├── help │ ├── alias.md │ ├── alt.md │ ├── autolibs.md │ ├── benchmark.md │ ├── build.md │ ├── cleanup.md │ ├── color.md │ ├── config-get.md │ ├── cron.md │ ├── current.md │ ├── debug.md │ ├── disk-usage.md │ ├── docs.md │ ├── do.md │ ├── fetch.md │ ├── fix-permissions.md │ ├── gemdir.md │ ├── gemset.md │ ├── get.md │ ├── implode.md │ ├── info.md │ ├── install.md │ ├── list.md │ ├── migrate.md │ ├── monitor.md │ ├── mount.md │ ├── notes.md │ ├── osx-ssl-certs.md │ ├── pkg.md │ ├── rake.md │ ├── reinstall.md │ ├── remove.md │ ├── repair.md │ ├── reset.md │ ├── rubygems.md │ ├── ruby.md │ ├── rvmrc │ ├── rvmrc.md │ ├── snapshot.md │ ├── specs.md │ ├── srcdir.md │ ├── tests.md │ ├── tools.md │ ├── uninstall.md │ ├── update.md │ ├── upgrade.md │ ├── upgrade-notes.txt │ ├── use.md │ ├── user.md │ └── wrapper.md ├── hooks │ ├── after_cd_bundler │ ├── after_cd_install_vendored_gems │ ├── after_install_auto_gem │ ├── after_install_codesign │ ├── after_use_jruby │ ├── after_use_jruby_opts │ ├── after_use_maglev │ └── after_use_rbx_opts ├── installed.at ├── lib │ ├── rvm │ └── rvm.rb ├── LICENCE ├── log ├── man │ └── man1 ├── patches │ ├── goruby │ ├── jruby │ ├── readline-5.2 │ ├── readline-6.2 │ ├── ree │ ├── ruby │ └── tcs ├── patchsets │ ├── ree │ └── ruby ├── README ├── RELEASE ├── rubies ├── scripts │ ├── alias │ ├── aliases │ ├── autolibs │ ├── base │ ├── cd │ ├── cleanup │ ├── cli │ ├── completion │ ├── cron │ ├── db │ ├── default │ ├── disk-usage │ ├── docs │ ├── env │ ├── external │ ├── extras │ ├── fetch │ ├── fix-permissions │ ├── functions │ ├── gemsets │ ├── get │ ├── group │ ├── hash │ ├── help │ ├── hook │ ├── info │ ├── initialize │ ├── install │ ├── irbrc │ ├── irbrc.rb │ ├── list │ ├── maglev │ ├── manage │ ├── migrate │ ├── monitor │ ├── notes │ ├── osx-ssl-certs │ ├── override_gem │ ├── patches │ ├── patchsets │ ├── pkg │ ├── repair │ ├── requirements │ ├── rtfm │ ├── rubygems │ ├── rvm │ ├── selector │ ├── selector_gemsets │ ├── set │ ├── snapshot │ ├── tools │ ├── upgrade │ ├── version │ ├── wrapper │ └── zsh ├── src │ └── rvm ├── tmp ├── user │ ├── custom_flags │ ├── db │ ├── md5 │ ├── rvmrcs │ └── sha512 ├── VERSION └── wrappers 40 directories, 144 files
All Directories
◆ xah@xah-p6813w◆ 2013-05-29 00:30 ◆ ~/ ◆ tree -d ~/.rvm /home/xah/.rvm ├── archives ├── bin ├── config ├── contrib │ └── hudson ├── environments ├── examples ├── gems ├── gemsets │ ├── jruby │ └── ruby │ ├── 1.8.5 │ └── 2.0.0 ├── help │ └── rvmrc ├── hooks ├── lib │ └── rvm ├── log ├── man │ └── man1 ├── patches │ ├── goruby │ ├── jruby │ ├── readline-5.2 │ ├── readline-6.2 │ ├── ree │ │ ├── 1.8.6 │ │ └── 1.8.7 │ │ └── 2010.02 │ ├── ruby │ │ ├── 1.8.4 │ │ ├── 1.8.5 │ │ ├── 1.8.6 │ │ ├── 1.8.7 │ │ │ └── p72 │ │ ├── 1.9.1 │ │ │ └── p431 │ │ ├── 1.9.2 │ │ │ ├── p180 │ │ │ └── p290 │ │ └── 1.9.3 │ │ ├── p0 │ │ ├── p125 │ │ ├── p194 │ │ ├── p286 │ │ ├── p327 │ │ ├── p362 │ │ ├── p374 │ │ ├── p385 │ │ └── preview1 │ └── tcs ├── patchsets │ ├── ree │ │ ├── 1.8.6 │ │ └── 1.8.7 │ └── ruby │ ├── 1.8.4 │ ├── 1.8.5 │ ├── 1.8.6 │ ├── 1.8.7 │ │ ├── head │ │ ├── p334 │ │ ├── p352 │ │ ├── p357 │ │ ├── p358 │ │ ├── p370 │ │ └── p371 │ ├── 1.9.1 │ │ └── p431 │ ├── 1.9.2 │ │ ├── p180 │ │ ├── p290 │ │ ├── p318 │ │ └── p320 │ └── 1.9.3 │ ├── head │ ├── p125 │ ├── p194 │ ├── p286 │ ├── p327 │ ├── p362 │ ├── p374 │ ├── p385 │ ├── p392 │ └── p429 ├── rubies ├── scripts │ ├── extras │ │ └── completion.zsh │ ├── functions │ │ ├── hooks │ │ ├── manage │ │ └── requirements │ └── zsh │ └── Completion ├── src │ └── rvm │ ├── bin │ ├── binscripts │ ├── config │ ├── contrib │ │ └── hudson │ ├── docs │ ├── examples │ ├── gemsets │ │ ├── jruby │ │ └── ruby │ │ ├── 1.8.5 │ │ └── 2.0.0 │ ├── help │ │ └── rvmrc │ ├── hooks │ ├── lib │ │ └── rvm │ ├── man │ │ └── man1 │ ├── patches │ │ ├── goruby │ │ ├── jruby │ │ ├── readline-5.2 │ │ ├── readline-6.2 │ │ ├── ree │ │ │ ├── 1.8.6 │ │ │ └── 1.8.7 │ │ │ └── 2010.02 │ │ ├── ruby │ │ │ ├── 1.8.4 │ │ │ ├── 1.8.5 │ │ │ ├── 1.8.6 │ │ │ ├── 1.8.7 │ │ │ │ └── p72 │ │ │ ├── 1.9.1 │ │ │ │ └── p431 │ │ │ ├── 1.9.2 │ │ │ │ ├── p180 │ │ │ │ └── p290 │ │ │ └── 1.9.3 │ │ │ ├── p0 │ │ │ ├── p125 │ │ │ ├── p194 │ │ │ ├── p286 │ │ │ ├── p327 │ │ │ ├── p362 │ │ │ ├── p374 │ │ │ ├── p385 │ │ │ └── preview1 │ │ └── tcs │ ├── patchsets │ │ ├── ree │ │ │ ├── 1.8.6 │ │ │ └── 1.8.7 │ │ └── ruby │ │ ├── 1.8.4 │ │ ├── 1.8.5 │ │ ├── 1.8.6 │ │ ├── 1.8.7 │ │ │ ├── head │ │ │ ├── p334 │ │ │ ├── p352 │ │ │ ├── p357 │ │ │ ├── p358 │ │ │ ├── p370 │ │ │ └── p371 │ │ ├── 1.9.1 │ │ │ └── p431 │ │ ├── 1.9.2 │ │ │ ├── p180 │ │ │ ├── p290 │ │ │ ├── p318 │ │ │ └── p320 │ │ └── 1.9.3 │ │ ├── head │ │ ├── p125 │ │ ├── p194 │ │ ├── p286 │ │ ├── p327 │ │ ├── p362 │ │ ├── p374 │ │ ├── p385 │ │ ├── p392 │ │ └── p429 │ ├── rvm-test │ ├── rvm-test-rvm1 │ ├── scripts │ │ ├── extras │ │ │ └── completion.zsh │ │ ├── functions │ │ │ ├── hooks │ │ │ ├── manage │ │ │ └── requirements │ │ └── zsh │ │ └── Completion │ └── vboxtest │ └── test │ └── unit ├── tmp ├── user └── wrappers 199 directories
Ruby RVM Dir All Files
Here's a complete list of files.
◆ xah@xah-p6813w◆ 2013-05-29 00:42 ◆ ~/.rvm tree ~/.rvm /home/xah/.rvm ├── archives │ └── wayneeseguin-rvm-master.tgz ├── bin │ ├── bundle │ ├── rake │ ├── rvm │ ├── rvm-auto-ruby │ ├── rvm-exec │ ├── rvm-installer │ ├── rvm-prompt │ ├── rvm-shell │ ├── rvm-smile │ └── rvmsudo ├── config │ ├── db │ ├── displayed-notes.txt │ ├── known │ ├── md5 │ ├── remote │ ├── sha512 │ └── ssh.example ├── contrib │ ├── bootstrap_rails_environment │ ├── gemset_snapshot │ ├── hudson │ │ ├── README.md │ │ ├── rvmRake-1.0-SNAPSHOT-20100819.hpi │ │ ├── rvmRuby-1.0-SNAPSHOT-20100819.hpi │ │ └── rvmRubyMetrics-1.0-SNAPSHOT-20100819.hpi │ └── ps1_functions ├── environments ├── examples │ └── rvmrc ├── gems ├── gemsets │ ├── default.gems │ ├── global.gems │ ├── jruby │ │ └── global.gems │ └── ruby │ ├── 1.8.5 │ │ └── global.gems │ └── 2.0.0 │ └── global.gems ├── help │ ├── alias.md │ ├── alt.md │ ├── autolibs.md │ ├── benchmark.md │ ├── build.md │ ├── cleanup.md │ ├── color.md │ ├── config-get.md │ ├── cron.md │ ├── current.md │ ├── debug.md │ ├── disk-usage.md │ ├── docs.md │ ├── do.md │ ├── fetch.md │ ├── fix-permissions.md │ ├── gemdir.md │ ├── gemset.md │ ├── get.md │ ├── implode.md │ ├── info.md │ ├── install.md │ ├── list.md │ ├── migrate.md │ ├── monitor.md │ ├── mount.md │ ├── notes.md │ ├── osx-ssl-certs.md │ ├── pkg.md │ ├── rake.md │ ├── reinstall.md │ ├── remove.md │ ├── repair.md │ ├── reset.md │ ├── rubygems.md │ ├── ruby.md │ ├── rvmrc │ │ ├── to.md │ │ └── warning.md │ ├── rvmrc.md │ ├── snapshot.md │ ├── specs.md │ ├── srcdir.md │ ├── tests.md │ ├── tools.md │ ├── uninstall.md │ ├── update.md │ ├── upgrade.md │ ├── upgrade-notes.txt │ ├── use.md │ ├── user.md │ └── wrapper.md ├── hooks │ ├── after_cd_bundler │ ├── after_cd_install_vendored_gems │ ├── after_install_auto_gem │ ├── after_install_codesign │ ├── after_use_jruby │ ├── after_use_jruby_opts │ ├── after_use_maglev │ └── after_use_rbx_opts ├── installed.at ├── lib │ ├── rvm │ │ └── capistrano.rb │ └── rvm.rb ├── LICENCE ├── log ├── man │ └── man1 │ ├── rvm.1 │ └── rvm.1.gz ├── patches │ ├── goruby │ │ └── support_joke.patch │ ├── jruby │ │ └── rubygems_etc.patch │ ├── readline-5.2 │ │ └── shobj-conf.patch │ ├── readline-6.2 │ │ └── patch-shobj-conf.diff │ ├── ree │ │ ├── 1.8.6 │ │ │ ├── no_sslv2.diff │ │ │ ├── openssl-1.0.patch │ │ │ ├── perftools-gcc46.patch │ │ │ ├── stdout-rouge-fix.patch │ │ │ └── tcmalloc.patch │ │ ├── 1.8.7 │ │ │ ├── 2010.02 │ │ │ │ └── tcmalloc.patch │ │ │ ├── no_sslv2.diff │ │ │ ├── readline-fix.diff │ │ │ ├── stdout-rouge-fix.patch │ │ │ ├── tcmalloc.patch │ │ │ └── zlib-gc-fix.diff │ │ ├── fix-irb-completion.diff │ │ ├── lib64.patch │ │ └── ruby-binary-shebang.patch │ ├── ruby │ │ ├── 1.8.4 │ │ │ ├── backported-ossl-fixes.diff │ │ │ ├── fix-irb-completion.diff │ │ │ ├── no_sslv2.diff │ │ │ ├── openssl-1.0.patch │ │ │ ├── railsbench.patch │ │ │ ├── stdout-rouge-fix.patch │ │ │ └── syck.patch │ │ ├── 1.8.5 │ │ │ ├── backported-ossl-fixes.diff │ │ │ ├── fix-irb-completion.diff │ │ │ ├── gcc44_dtoa.diff │ │ │ ├── math_gcc_fix.diff │ │ │ ├── no_sslv2.diff │ │ │ ├── openssl-1.0.patch │ │ │ ├── railsbench.patch │ │ │ ├── stdout-rouge-fix.patch │ │ │ └── syck.patch │ │ ├── 1.8.6 │ │ │ ├── fix-irb-completion.diff │ │ │ ├── hs.patch │ │ │ ├── mbari.patch │ │ │ ├── no_sslv2.diff │ │ │ ├── openssl-1.0.patch │ │ │ ├── railsbench.patch │ │ │ ├── ruby186gc.patch │ │ │ ├── stdout-rouge-fix.patch │ │ │ └── syck.patch │ │ ├── 1.8.7 │ │ │ ├── fix-irb-completion.diff │ │ │ ├── hs.patch │ │ │ ├── no_sslv2.diff │ │ │ ├── osx-arch-fix.patch │ │ │ ├── p72 │ │ │ │ ├── mbari-1.patch │ │ │ │ ├── mbari-2.patch │ │ │ │ ├── mbari-3.patch │ │ │ │ ├── mbari-4.patch │ │ │ │ ├── mbari-5.patch │ │ │ │ ├── mbari-6.patch │ │ │ │ ├── mbari7.patch │ │ │ │ └── mbari-8b.patch │ │ │ ├── railsbench.patch │ │ │ ├── readline-fix.diff │ │ │ ├── ruby187gc.patch │ │ │ ├── stdout-rouge-fix.patch │ │ │ └── zlib-gc-fix.diff │ │ ├── 1.9.1 │ │ │ ├── nossl2.diff │ │ │ ├── openssl-1.0.patch │ │ │ ├── osx-arch-fix.patch │ │ │ ├── p431 │ │ │ │ └── backport-2404.patch │ │ │ └── railsbench.patch │ │ ├── 1.9.2 │ │ │ ├── osx-arch-fix.patch │ │ │ ├── p180 │ │ │ │ ├── gcdata.patch │ │ │ │ └── nossl2.diff │ │ │ ├── p290 │ │ │ │ └── gcdata.patch │ │ │ └── support_joke.patch │ │ └── 1.9.3 │ │ ├── p0 │ │ │ ├── cflags.patch │ │ │ ├── debug.diff │ │ │ ├── falcon.patch │ │ │ ├── gcdata.patch │ │ │ └── osx-arch-fix.patch │ │ ├── p125 │ │ │ ├── cflags.patch │ │ │ ├── debug.diff │ │ │ ├── falcon.patch │ │ │ ├── gcdata.patch │ │ │ ├── osx-arch-fix.patch │ │ │ └── xcode-debugopt-fix-r34840.diff │ │ ├── p194 │ │ │ ├── cflags.patch │ │ │ ├── falcon.diff │ │ │ └── ruby-multilib.patch │ │ ├── p286 │ │ │ ├── cflags.patch │ │ │ ├── falcon.diff │ │ │ └── ruby-multilib.patch │ │ ├── p327 │ │ │ ├── falcon.diff │ │ │ ├── falcon-gc.diff │ │ │ └── ruby-multilib.patch │ │ ├── p362 │ │ │ ├── ruby-multilib.patch │ │ │ └── segfault_fix_7629.diff │ │ ├── p374 │ │ │ └── ruby-multilib.patch │ │ ├── p385 │ │ │ └── ruby-multilib.patch │ │ ├── preview1 │ │ │ └── gcdata.patch │ │ └── support_joke.patch │ └── tcs │ └── support_joke.patch ├── patchsets │ ├── ree │ │ ├── 1.8.6 │ │ │ └── default │ │ └── 1.8.7 │ │ └── default │ └── ruby │ ├── 1.8.4 │ │ └── default │ ├── 1.8.5 │ │ └── default │ ├── 1.8.6 │ │ └── default │ ├── 1.8.7 │ │ ├── default │ │ ├── head │ │ │ └── railsexpress │ │ ├── p334 │ │ │ └── railsexpress │ │ ├── p352 │ │ │ └── railsexpress │ │ ├── p357 │ │ │ └── railsexpress │ │ ├── p358 │ │ │ └── railsexpress │ │ ├── p370 │ │ │ └── railsexpress │ │ └── p371 │ │ └── railsexpress │ ├── 1.9.1 │ │ ├── default │ │ └── p431 │ │ └── default │ ├── 1.9.2 │ │ ├── p180 │ │ │ ├── default │ │ │ └── railsexpress │ │ ├── p290 │ │ │ └── railsexpress │ │ ├── p318 │ │ │ └── railsexpress │ │ └── p320 │ │ └── railsexpress │ └── 1.9.3 │ ├── head │ │ └── railsexpress │ ├── p125 │ │ └── railsexpress │ ├── p194 │ │ └── railsexpress │ ├── p286 │ │ └── railsexpress │ ├── p327 │ │ └── railsexpress │ ├── p362 │ │ ├── default │ │ └── railsexpress │ ├── p374 │ │ └── railsexpress │ ├── p385 │ │ └── railsexpress │ ├── p392 │ │ └── railsexpress │ └── p429 │ └── railsexpress ├── README ├── RELEASE ├── rubies ├── scripts │ ├── alias │ ├── aliases │ ├── autolibs │ ├── base │ ├── cd │ ├── cleanup │ ├── cli │ ├── completion │ ├── cron │ ├── db │ ├── default │ ├── disk-usage │ ├── docs │ ├── env │ ├── external │ ├── extras │ │ ├── chruby.sh │ │ ├── completion.bash │ │ ├── completion.zsh │ │ │ └── _rvm │ │ └── rails │ ├── fetch │ ├── fix-permissions │ ├── functions │ │ ├── autolibs │ │ ├── benchmark │ │ ├── build │ │ ├── build_config │ │ ├── build_requirements │ │ ├── checksum │ │ ├── cleanup │ │ ├── db │ │ ├── env │ │ ├── environment │ │ ├── fun │ │ ├── gemset │ │ ├── group │ │ ├── hooks │ │ │ ├── jruby │ │ │ ├── maglev │ │ │ └── rbx │ │ ├── implode │ │ ├── init │ │ ├── install │ │ ├── installer │ │ ├── irbrc │ │ ├── logging │ │ ├── manage │ │ │ ├── base │ │ │ ├── goruby │ │ │ ├── ironruby │ │ │ ├── jruby │ │ │ ├── macruby │ │ │ ├── maglev │ │ │ ├── mruby │ │ │ ├── opal │ │ │ ├── ree │ │ │ ├── rubinius │ │ │ ├── ruby │ │ │ └── topaz │ │ ├── osx-ssl-certs │ │ ├── osx-support │ │ ├── pkg │ │ ├── requirements │ │ │ ├── amazon │ │ │ ├── arch │ │ │ ├── centos │ │ │ ├── debian │ │ │ ├── fedora │ │ │ ├── freebsd │ │ │ ├── gentoo │ │ │ ├── gentoo_paludis │ │ │ ├── gentoo_pkgcore │ │ │ ├── gentoo_portage │ │ │ ├── manjaro │ │ │ ├── mint │ │ │ ├── openbsd │ │ │ ├── openindiana │ │ │ ├── opensuse │ │ │ ├── osx │ │ │ ├── osx_brew │ │ │ ├── osx_fink │ │ │ ├── osx_port │ │ │ ├── redhat │ │ │ ├── rvm_pkg │ │ │ ├── smartos │ │ │ ├── smf │ │ │ ├── solaris │ │ │ ├── ubuntu │ │ │ └── unknown │ │ ├── reset │ │ ├── rvmrc │ │ ├── rvmrc_project │ │ ├── rvmrc_set │ │ ├── rvmrc_to │ │ ├── rvmrc_trust │ │ ├── rvmrc_warning │ │ ├── support │ │ ├── utility │ │ ├── utility_gems │ │ ├── utility_logging │ │ ├── utility_package │ │ └── utility_system │ ├── gemsets │ ├── get │ ├── group │ ├── hash │ ├── help │ ├── hook │ ├── info │ ├── initialize │ ├── install │ ├── irbrc │ ├── irbrc.rb │ ├── list │ ├── maglev │ ├── manage │ ├── migrate │ ├── monitor │ ├── notes │ ├── osx-ssl-certs │ ├── override_gem │ ├── patches │ ├── patchsets │ ├── pkg │ ├── repair │ ├── requirements │ ├── rtfm │ ├── rubygems │ ├── rvm │ ├── selector │ ├── selector_gemsets │ ├── set │ ├── snapshot │ ├── tools │ ├── upgrade │ ├── version │ ├── wrapper │ └── zsh │ └── Completion │ └── _rvm ├── src │ └── rvm │ ├── bin │ │ ├── bundle │ │ ├── rake │ │ ├── rvm │ │ ├── rvm-auto-ruby │ │ ├── rvm-exec │ │ ├── rvm-installer -> ../binscripts/rvm-installer │ │ ├── rvm-prompt │ │ ├── rvm-shell │ │ ├── rvm-smile │ │ └── rvmsudo │ ├── binscripts │ │ └── rvm-installer │ ├── config │ │ ├── db │ │ ├── known │ │ ├── md5 │ │ ├── remote │ │ ├── sha512 │ │ └── ssh.example │ ├── contrib │ │ ├── bootstrap_rails_environment │ │ ├── gemset_snapshot │ │ ├── hudson │ │ │ ├── README.md │ │ │ ├── rvmRake-1.0-SNAPSHOT-20100819.hpi │ │ │ ├── rvmRuby-1.0-SNAPSHOT-20100819.hpi │ │ │ └── rvmRubyMetrics-1.0-SNAPSHOT-20100819.hpi │ │ └── ps1_functions │ ├── CONTRIBUTING.md │ ├── docs │ │ ├── rebuild.sh │ │ ├── rvm.txt │ │ ├── vm_setup.md │ │ └── vm_tests.md │ ├── examples │ │ └── rvmrc │ ├── FORMATTING.md │ ├── gemsets │ │ ├── default.gems │ │ ├── global.gems │ │ ├── jruby │ │ │ └── global.gems │ │ └── ruby │ │ ├── 1.8.5 │ │ │ └── global.gems │ │ └── 2.0.0 │ │ └── global.gems │ ├── HACKING.md │ ├── help │ │ ├── alias.md │ │ ├── alt.md │ │ ├── autolibs.md │ │ ├── benchmark.md │ │ ├── build.md │ │ ├── cleanup.md │ │ ├── color.md │ │ ├── config-get.md │ │ ├── cron.md │ │ ├── current.md │ │ ├── debug.md │ │ ├── disk-usage.md │ │ ├── docs.md │ │ ├── do.md │ │ ├── fetch.md │ │ ├── fix-permissions.md │ │ ├── gemdir.md │ │ ├── gemset.md │ │ ├── get.md │ │ ├── implode.md │ │ ├── info.md │ │ ├── install.md │ │ ├── list.md │ │ ├── migrate.md │ │ ├── monitor.md │ │ ├── mount.md │ │ ├── notes.md │ │ ├── osx-ssl-certs.md │ │ ├── pkg.md │ │ ├── rake.md │ │ ├── reinstall.md │ │ ├── remove.md │ │ ├── repair.md │ │ ├── reset.md │ │ ├── rubygems.md │ │ ├── ruby.md │ │ ├── rvmrc │ │ │ ├── to.md │ │ │ └── warning.md │ │ ├── rvmrc.md │ │ ├── snapshot.md │ │ ├── specs.md │ │ ├── srcdir.md │ │ ├── tests.md │ │ ├── tools.md │ │ ├── uninstall.md │ │ ├── update.md │ │ ├── upgrade.md │ │ ├── upgrade-notes.txt │ │ ├── use.md │ │ ├── user.md │ │ └── wrapper.md │ ├── History.txt │ ├── hooks │ │ ├── after_cd_bundler │ │ ├── after_cd_install_vendored_gems │ │ ├── after_install_auto_gem │ │ ├── after_install_codesign │ │ ├── after_use_jruby │ │ ├── after_use_jruby_opts │ │ ├── after_use_maglev │ │ └── after_use_rbx_opts │ ├── install -> scripts/install │ ├── lib │ │ ├── rvm │ │ │ └── capistrano.rb │ │ └── rvm.rb │ ├── LICENCE │ ├── man │ │ └── man1 │ │ ├── rvm.1 │ │ └── rvm.1.gz │ ├── NEXT.md │ ├── patches │ │ ├── goruby │ │ │ └── support_joke.patch │ │ ├── jruby │ │ │ └── rubygems_etc.patch │ │ ├── readline-5.2 │ │ │ └── shobj-conf.patch │ │ ├── readline-6.2 │ │ │ └── patch-shobj-conf.diff │ │ ├── ree │ │ │ ├── 1.8.6 │ │ │ │ ├── no_sslv2.diff │ │ │ │ ├── openssl-1.0.patch │ │ │ │ ├── perftools-gcc46.patch │ │ │ │ ├── stdout-rouge-fix.patch │ │ │ │ └── tcmalloc.patch │ │ │ ├── 1.8.7 │ │ │ │ ├── 2010.02 │ │ │ │ │ └── tcmalloc.patch │ │ │ │ ├── no_sslv2.diff │ │ │ │ ├── readline-fix.diff -> ../../ruby/1.8.7/readline-fix.diff │ │ │ │ ├── stdout-rouge-fix.patch │ │ │ │ ├── tcmalloc.patch │ │ │ │ └── zlib-gc-fix.diff -> ../../ruby/1.8.7/zlib-gc-fix.diff │ │ │ ├── fix-irb-completion.diff │ │ │ ├── lib64.patch │ │ │ └── ruby-binary-shebang.patch │ │ ├── ruby │ │ │ ├── 1.8.4 │ │ │ │ ├── backported-ossl-fixes.diff │ │ │ │ ├── fix-irb-completion.diff │ │ │ │ ├── no_sslv2.diff │ │ │ │ ├── openssl-1.0.patch │ │ │ │ ├── railsbench.patch │ │ │ │ ├── stdout-rouge-fix.patch │ │ │ │ └── syck.patch │ │ │ ├── 1.8.5 │ │ │ │ ├── backported-ossl-fixes.diff │ │ │ │ ├── fix-irb-completion.diff │ │ │ │ ├── gcc44_dtoa.diff │ │ │ │ ├── math_gcc_fix.diff │ │ │ │ ├── no_sslv2.diff │ │ │ │ ├── openssl-1.0.patch │ │ │ │ ├── railsbench.patch │ │ │ │ ├── stdout-rouge-fix.patch │ │ │ │ └── syck.patch │ │ │ ├── 1.8.6 │ │ │ │ ├── fix-irb-completion.diff │ │ │ │ ├── hs.patch │ │ │ │ ├── mbari.patch │ │ │ │ ├── no_sslv2.diff │ │ │ │ ├── openssl-1.0.patch │ │ │ │ ├── railsbench.patch │ │ │ │ ├── ruby186gc.patch │ │ │ │ ├── stdout-rouge-fix.patch │ │ │ │ └── syck.patch │ │ │ ├── 1.8.7 │ │ │ │ ├── fix-irb-completion.diff │ │ │ │ ├── hs.patch │ │ │ │ ├── no_sslv2.diff │ │ │ │ ├── osx-arch-fix.patch │ │ │ │ ├── p72 │ │ │ │ │ ├── mbari-1.patch │ │ │ │ │ ├── mbari-2.patch │ │ │ │ │ ├── mbari-3.patch │ │ │ │ │ ├── mbari-4.patch │ │ │ │ │ ├── mbari-5.patch │ │ │ │ │ ├── mbari-6.patch │ │ │ │ │ ├── mbari7.patch │ │ │ │ │ └── mbari-8b.patch │ │ │ │ ├── railsbench.patch │ │ │ │ ├── readline-fix.diff │ │ │ │ ├── ruby187gc.patch │ │ │ │ ├── stdout-rouge-fix.patch │ │ │ │ └── zlib-gc-fix.diff │ │ │ ├── 1.9.1 │ │ │ │ ├── nossl2.diff │ │ │ │ ├── openssl-1.0.patch │ │ │ │ ├── osx-arch-fix.patch │ │ │ │ ├── p431 │ │ │ │ │ └── backport-2404.patch │ │ │ │ └── railsbench.patch │ │ │ ├── 1.9.2 │ │ │ │ ├── osx-arch-fix.patch │ │ │ │ ├── p180 │ │ │ │ │ ├── gcdata.patch │ │ │ │ │ └── nossl2.diff │ │ │ │ ├── p290 │ │ │ │ │ └── gcdata.patch │ │ │ │ └── support_joke.patch │ │ │ └── 1.9.3 │ │ │ ├── p0 │ │ │ │ ├── cflags.patch │ │ │ │ ├── debug.diff │ │ │ │ ├── falcon.patch │ │ │ │ ├── gcdata.patch │ │ │ │ └── osx-arch-fix.patch │ │ │ ├── p125 │ │ │ │ ├── cflags.patch │ │ │ │ ├── debug.diff │ │ │ │ ├── falcon.patch │ │ │ │ ├── gcdata.patch │ │ │ │ ├── osx-arch-fix.patch │ │ │ │ └── xcode-debugopt-fix-r34840.diff │ │ │ ├── p194 │ │ │ │ ├── cflags.patch │ │ │ │ ├── falcon.diff │ │ │ │ └── ruby-multilib.patch │ │ │ ├── p286 │ │ │ │ ├── cflags.patch │ │ │ │ ├── falcon.diff │ │ │ │ └── ruby-multilib.patch │ │ │ ├── p327 │ │ │ │ ├── falcon.diff │ │ │ │ ├── falcon-gc.diff │ │ │ │ └── ruby-multilib.patch │ │ │ ├── p362 │ │ │ │ ├── ruby-multilib.patch │ │ │ │ └── segfault_fix_7629.diff │ │ │ ├── p374 │ │ │ │ └── ruby-multilib.patch │ │ │ ├── p385 │ │ │ │ └── ruby-multilib.patch │ │ │ ├── preview1 │ │ │ │ └── gcdata.patch │ │ │ └── support_joke.patch │ │ └── tcs │ │ └── support_joke.patch │ ├── patchsets │ │ ├── ree │ │ │ ├── 1.8.6 │ │ │ │ └── default │ │ │ └── 1.8.7 │ │ │ └── default │ │ └── ruby │ │ ├── 1.8.4 │ │ │ └── default │ │ ├── 1.8.5 │ │ │ └── default │ │ ├── 1.8.6 │ │ │ └── default │ │ ├── 1.8.7 │ │ │ ├── default │ │ │ ├── head │ │ │ │ └── railsexpress │ │ │ ├── p334 │ │ │ │ └── railsexpress │ │ │ ├── p352 │ │ │ │ └── railsexpress │ │ │ ├── p357 │ │ │ │ └── railsexpress │ │ │ ├── p358 │ │ │ │ └── railsexpress │ │ │ ├── p370 │ │ │ │ └── railsexpress │ │ │ └── p371 │ │ │ └── railsexpress │ │ ├── 1.9.1 │ │ │ ├── default │ │ │ └── p431 │ │ │ └── default │ │ ├── 1.9.2 │ │ │ ├── p180 │ │ │ │ ├── default │ │ │ │ └── railsexpress │ │ │ ├── p290 │ │ │ │ └── railsexpress │ │ │ ├── p318 │ │ │ │ └── railsexpress │ │ │ └── p320 │ │ │ └── railsexpress │ │ └── 1.9.3 │ │ ├── head │ │ │ └── railsexpress │ │ ├── p125 │ │ │ └── railsexpress │ │ ├── p194 │ │ │ └── railsexpress │ │ ├── p286 │ │ │ └── railsexpress │ │ ├── p327 │ │ │ └── railsexpress │ │ ├── p362 │ │ │ ├── default │ │ │ └── railsexpress │ │ ├── p374 │ │ │ └── railsexpress │ │ ├── p385 │ │ │ └── railsexpress │ │ ├── p392 │ │ │ └── railsexpress │ │ └── p429 │ │ └── railsexpress │ ├── Rakefile │ ├── README │ ├── README.rdoc -> README │ ├── README.txt -> README │ ├── rvm-test │ ├── rvm-test-rvm1 │ │ ├── array_comment_test.sh │ │ └── version_compare_comment_test.sh │ ├── scripts │ │ ├── alias │ │ ├── aliases │ │ ├── autolibs │ │ ├── base │ │ ├── cd │ │ ├── cleanup │ │ ├── cli │ │ ├── completion │ │ ├── cron │ │ ├── db │ │ ├── default │ │ ├── disk-usage │ │ ├── docs │ │ ├── env │ │ ├── external │ │ ├── extras │ │ │ ├── chruby.sh │ │ │ ├── completion.bash │ │ │ ├── completion.zsh │ │ │ │ └── _rvm │ │ │ └── rails │ │ ├── fetch │ │ ├── fix-permissions │ │ ├── functions │ │ │ ├── autolibs │ │ │ ├── benchmark │ │ │ ├── build │ │ │ ├── build_config │ │ │ ├── build_requirements │ │ │ ├── checksum │ │ │ ├── cleanup │ │ │ ├── db │ │ │ ├── env │ │ │ ├── environment │ │ │ ├── fun │ │ │ ├── gemset │ │ │ ├── group │ │ │ ├── hooks │ │ │ │ ├── jruby │ │ │ │ ├── maglev │ │ │ │ └── rbx │ │ │ ├── implode │ │ │ ├── init │ │ │ ├── install │ │ │ ├── installer │ │ │ ├── irbrc │ │ │ ├── logging │ │ │ ├── manage │ │ │ │ ├── base │ │ │ │ ├── goruby │ │ │ │ ├── ironruby │ │ │ │ ├── jruby │ │ │ │ ├── macruby │ │ │ │ ├── maglev │ │ │ │ ├── mruby │ │ │ │ ├── opal │ │ │ │ ├── ree │ │ │ │ ├── rubinius │ │ │ │ ├── ruby │ │ │ │ └── topaz │ │ │ ├── osx-ssl-certs │ │ │ ├── osx-support │ │ │ ├── pkg │ │ │ ├── requirements │ │ │ │ ├── amazon -> centos │ │ │ │ ├── arch │ │ │ │ ├── centos │ │ │ │ ├── debian -> ubuntu │ │ │ │ ├── fedora -> centos │ │ │ │ ├── freebsd │ │ │ │ ├── gentoo │ │ │ │ ├── gentoo_paludis │ │ │ │ ├── gentoo_pkgcore │ │ │ │ ├── gentoo_portage │ │ │ │ ├── manjaro -> arch │ │ │ │ ├── mint -> ubuntu │ │ │ │ ├── openbsd │ │ │ │ ├── openindiana │ │ │ │ ├── opensuse │ │ │ │ ├── osx │ │ │ │ ├── osx_brew │ │ │ │ ├── osx_fink │ │ │ │ ├── osx_port │ │ │ │ ├── redhat -> centos │ │ │ │ ├── rvm_pkg │ │ │ │ ├── smartos │ │ │ │ ├── smf │ │ │ │ ├── solaris │ │ │ │ ├── ubuntu │ │ │ │ └── unknown │ │ │ ├── reset │ │ │ ├── rvmrc │ │ │ ├── rvmrc_project │ │ │ ├── rvmrc_set │ │ │ ├── rvmrc_to │ │ │ ├── rvmrc_trust │ │ │ ├── rvmrc_warning │ │ │ ├── support │ │ │ ├── utility │ │ │ ├── utility_gems │ │ │ ├── utility_logging │ │ │ ├── utility_package │ │ │ └── utility_system │ │ ├── gemsets │ │ ├── get │ │ ├── group │ │ ├── hash │ │ ├── help │ │ ├── hook │ │ ├── info │ │ ├── initialize │ │ ├── install │ │ ├── irbrc │ │ ├── irbrc.rb │ │ ├── list │ │ ├── maglev │ │ ├── manage │ │ ├── migrate │ │ ├── monitor │ │ ├── notes │ │ ├── osx-ssl-certs │ │ ├── override_gem │ │ ├── patches │ │ ├── patchsets │ │ ├── pkg │ │ ├── repair │ │ ├── requirements │ │ ├── rtfm │ │ ├── rubygems │ │ ├── rvm │ │ ├── selector │ │ ├── selector_gemsets │ │ ├── set │ │ ├── snapshot │ │ ├── tools │ │ ├── upgrade │ │ ├── version │ │ ├── wrapper │ │ └── zsh │ │ └── Completion │ │ └── _rvm -> ../../extras/completion.zsh/_rvm │ ├── update-remote.sh │ ├── vboxtest │ │ ├── test │ │ │ └── unit │ │ │ └── utility_test.sh │ │ ├── test_helper.sh │ │ └── test_suite.sh │ ├── vboxtest.sh │ └── VERSION ├── tmp ├── user │ ├── custom_flags │ ├── db │ ├── md5 │ ├── rvmrcs │ └── sha512 ├── VERSION └── wrappers 199 directories, 742 files
Back to Ruby: How to Install RVM