Skip to content

Instantly share code, notes, and snippets.

@zporter
Created August 18, 2011 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zporter/1153918 to your computer and use it in GitHub Desktop.
Save zporter/1153918 to your computer and use it in GitHub Desktop.
RVM 1.7 Notes
NOTE: For all installations, as of 1.7, RVM no longer autoloads .rvmrc files. In order to return this
functionality, you MUST add 'export rvm_project_rvmrc=1' to your $HOME/.rvmrc file.
This causes RVM to override 'cd' which, while toggleable even < 1.7, is currently defaulted to 'off'.
This knob returns the previous behaviour to active which causes per-project .rvmrc files to be loaded
once again.
Example: echo 'export rvm_project_rvmrc=1' >> $HOME/.rvmrc && rvm reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment