From 7722dd4400dd7cea56433253eb6e6967a02c486f Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Mon, 17 Feb 2014 23:39:08 -0500 Subject: [PATCH] Inform the user to load ruby as late as possible when using RVM --- modules/ruby/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/ruby/README.md b/modules/ruby/README.md index 152e26de..1c955f5e 100644 --- a/modules/ruby/README.md +++ b/modules/ruby/README.md @@ -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 -----