Sha256: e4e18003098ee372c14b03a32696c4046a417f3ec366e6036fbfffbca336d5d2

Contents?: true

Size: 1.44 KB

Versions: 33

Compression:

Stored size: 1.44 KB

Contents

# Example ~/.rvmrc file.
#
# This file shows some examples of setting defaults to your own tastes.
#
# If you wish to adjust the default ruby interpreter/version/patchlevel
# settings they can be found in the $rvm_path/config/db file.
# Beware that currently that file is overwritten on install so
# back it up if you change anything.
#

# rvm Path
#   This is where rvm installs and manages everything in by default.
#rvm_path="$HOME/.rvm"

# Archives Path
#   This is where all tarballs/zipfiles/packagefiles are downladed to
#rvm_archives_path="${rvm_path}/archives"

# Source Path
#   This is where rvm extracts to for compiling & installing.
#rvm_source_path="${rvm_path}/src"

# Log Path
#   This is where rvm logs all of it's actions to
#   (not including the 'do' actions)
#rvm_log_path="${rvm_path}/log"

# Bin Path
#   This is where rvm places all of it's executable/wrapper scripts.
#rvm_bin_path="${$rvm_path}/bin"

# Gem Path
#   This is where rvm installs all gems to for each ruby
#   interpreter/version%gemset
#rvm_gem_path="$rvm_path/.gem"

# Hooks Path
#   This is where rvm rubs custom hook files from.
#rvm_hooks_path="${rvm_hooks_path:-"$rvm_path/hooks"}"

# Temp Path
#   This is where rvm stores all of its temporary files.
#rvm_tmp_path="${rvm_tmp_path:-"$rvm_path/tmp"}"

# Install On Use Flag
# Install rubies when used if are not installed.
#ruby_install_on_use=1

# Make Flags, I have 8 cpu's so I might use 7 make threads:
#rvm_make_flags="-j 7"

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
rvm-0.1.18 examples/rvmrc
rvm-0.1.16 examples/rvmrc
rvm-0.1.15 examples/rvmrc
rvm-0.1.14 examples/rvmrc
rvm-0.1.13 examples/rvmrc
rvm-0.1.12 examples/rvmrc
rvm-0.1.11 examples/rvmrc
rvm-0.1.10 examples/rvmrc
rvm-0.1.9 examples/rvmrc
rvm-0.1.8 examples/rvmrc
rvm-0.1.7 examples/rvmrc
rvm-0.1.6 examples/rvmrc
rvm-0.1.5 examples/rvmrc
rvm-0.1.3 examples/rvmrc
rvm-0.1.2 examples/rvmrc
rvm-0.1.1 examples/rvmrc
rvm-0.1.0 examples/rvmrc
rvm-0.0.9999 examples/rvmrc
rvm-0.0.999 examples/rvmrc
rvm-0.0.99 examples/rvmrc