`brew doctor` shows warning: "config" scripts exist outside your system or Homebrew directories

When I use brew doctor, I get following error.

Warning: "config" scripts exist outside your system or Homebrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and what additional flags to use when
compiling and linking.
Having additional scripts in your path can confuse software installed via
Homebrew if the config script overrides a system or Homebrew provided
script of the same name. We found the following "config" scripts: /Users/${username}/.rbenv/shims/passenger-config

The config file seems to be related ruby, not homebrew.

What should I do to remove this error?

3

1 Answer

Answer in StackOverflow question How can I stop homebrew from complaining about *-config files in $PATH?

Essence is

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like