Sha256: b8e619891fdd0c77c64ac6d557401f9d13458a9fecb5d86bb4b931dfd4525eb2
Contents?: true
Size: 1.65 KB
Versions: 28
Compression:
Stored size: 1.65 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. #export rvm_path="$HOME/.rvm" # Archives Path # This is where all tarballs/zipfiles/packagefiles are downladed to #export rvm_archives_path="${rvm_path}/archives" # Source Path # This is where rvm extracts to for compiling & installing. #export rvm_source_path="${rvm_path}/src" # Log Path # This is where rvm logs all of it's actions to # (not including the 'do' actions) #export rvm_log_path="${rvm_path}/log" # Bin Path # This is where rvm places all of it's executable/wrapper scripts. #export rvm_bin_path="${rvm_path}/bin" # Gem Path # This is where rvm installs all gems to for each ruby # interpreter/version%gemset #export rvm_gems_path="$rvm_path/gems" # Hooks Path # This is where rvm rubs custom hook files from. #export rvm_hooks_path="${rvm_hooks_path:-"$rvm_path/hooks"}" # Temp Path # This is where rvm stores all of its temporary files. #export rvm_tmp_path="${rvm_tmp_path:-"$rvm_path/tmp"}" # Install On Use Flag # Install rubies when used if are not installed. #export rvm_install_on_use_flag=1 # Gemset Creat on use Flag # This will create a gemset when the gemset is used if it does not exist # export rvm_gemset_create_on_use_flag=1 # Make Flags, I have 8 cpu's so I might use 7 make threads: #export rvm_make_flags="-j7"
Version data entries
28 entries across 28 versions & 1 rubygems