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?
homebrew config macos
Ivan Kutsarov
source share