Inform the user to load ruby as late as possible when using RVM

This commit is contained in:
Sorin Ionescu 2014-02-17 23:39:08 -05:00
parent 240eecaddf
commit 7722dd4400
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ home directory.
Since RVM is loaded into the shell and is known to override shell commands, it
may conflict with shell scripts.
Load this module as late as possible when using RVM since RVM will complain if
it is not first in `$PATH`.
rbenv
-----