Brew diagnostic error doctor

When I use the brew doctor command on Mac OS X Lion, I get the following error:

Error: "config" scripts exist outside of your Homebrew system or directories. ./configure scripts often look for * -config scripts to determine if software packages are installed and what additional flags are used when compiling and linking.

Having additional scripts in your path can confuse software installed through Homebrew if the config script overrides the system or a Homebrew script with the same name. We found the following "config" scripts:

/Users/ivankutsarov/.rvm/gems/ruby-1.9.3-p194/bin/passenger-config

How can I solve this problem?

+8
homebrew config macos
source share

No one has answered this question yet.

See related questions:

917
Where is git config --global written?
335
Brew's doctor says: "Warning: / usr / local / include is not writable."
322
homebrew does not work on OSX
149
how to solve the problem "ruby installation went missing"?
140
How to change PATH for Homebrew?
2
Alerts with Homebrew
one
Mac Homebrew Warnings: there is a config script and a non-home pkg-config in your PATH
0
I am trying to install ImageMagick through HomeBrew, and Brew Doctor gives me the following error. Any advice?
0
brew a doctor throwing a lot of mistakes?
0
How to fix doctor cooking warnings

All Articles