From da063df08ad350d0ca0da2da8b9a96d8c293bbcb Mon Sep 17 00:00:00 2001 From: Patrick Baker Date: Mon, 17 Feb 2014 17:54:08 -0500 Subject: [PATCH] RVM will complain if another module modifies the environment PATH after ruby is loaded --- modules/ruby/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ruby/README.md b/modules/ruby/README.md index 152e26de..60f5300d 100644 --- a/modules/ruby/README.md +++ b/modules/ruby/README.md @@ -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 -----