RVM will complain if another module modifies the environment PATH after ruby is loaded
This commit is contained in:
parent
8189577772
commit
da063df08a
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ allows for managing multiple, isolated Ruby installations and gem sets in the
|
|||
home directory.
|
||||
|
||||
Since RVM is loaded into the shell and is known to override shell commands, it
|
||||
may conflict with shell scripts.
|
||||
may conflict with shell scripts. It may be best to load ruby last in .zpreztorc
|
||||
as RVM will complain if it's not first in the load path.
|
||||
|
||||
rbenv
|
||||
-----
|
||||
|
|
Loading…
Add table
Reference in a new issue