Guest User

Untitled

a guest
Jan 24th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. NOTE: For all installations, as of 1.7, RVM no longer autoloads .rvmrc files. In order to return this
  2. functionality, you MUST add 'export rvm_project_rvmrc=1' to your $HOME/.rvmrc file.
  3. This causes RVM to override 'cd' which, while toggleable even < 1.7, is currently defaulted to 'off'.
  4. This knob returns the previous behaviour to active which causes per-project .rvmrc files to be loaded
  5. once again.
  6.  
  7.  
  8. Example: echo 'export rvm_project_rvmrc=1' >> $HOME/.rvmrc && rvm reload
Add Comment
Please, Sign In to add comment