Sha256: 20776ce3ed4dae373b048a22650f4b5ad29b2d198f743c3b1bd35ad88567ef40
Contents?: true
Size: 780 Bytes
Versions: 6
Compression:
Stored size: 780 Bytes
Contents
# Example rvm Defaults file. # This file shows some examples of setting defaults to your own tastes. # Default action to assume #rvm_action="use" # Default ruby implementation #rvm_implementation="ruby" # Default ruby version #rvm_version="1.8.6" # Default patchlevel to set, if implementation is set #rvm_patchlevel="369" # Default prefix path (~/, or /usr/local/src/ for example.) #rvm_prefix_path="$HOME/." # Default Install Path #rvm_path="${rvm_prefix_path}rvm" # Default Archives Path #rvm_archives_path="${rvm_path}/archives" # Default Source Path #rvm_source_path="${rvm_path}/src" # Default Log Path #rvm_log_path="${rvm_path}/log" # Default gems directory # rvm_gem_path="$HOME/.gem" # Install rubies on use when they are not installed #ruby_install_on_use=1
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
rvm-0.0.55 | examples/rvmrc |
rvm-0.0.54 | examples/rvmrc |
rvm-0.0.53 | examples/rvmrc |
rvm-0.0.52 | examples/rvmrc |
rvm-0.0.51 | examples/rvmrc |
rvm-0.0.50 | examples/rvmrc |