-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.rvmrc
More file actions
25 lines (16 loc) · 706 Bytes
/
.rvmrc
File metadata and controls
25 lines (16 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Sample in ~/.rvm/examples/rvmrc
# Install On Use Flag
# Install rubies when used if are not installed.
export rvm_install_on_use_flag=1
# Gemset Create 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
# RVM can detect number of CPU threads and set the '-j' flag automatically if you do not set it.
# export rvm_make_flags="-j3"
rvm_project_rvmrc_default=1
export rvm_path="/Users/winstont/.rvm"
export rvm_pretty_print_flag=1
# rvm_trust_rvmrcs has been changed to rvm_trust_rvmrcs_flag for consistency
# * If you encounter any issues with a ruby 'X' your best bet is to:
# rvm remove X ; rvm install X