「brew doctor」とコマンドに打ち込みましたら、以下の警告が表示されました。
Warning: Homebrew's sbin was not found in your PATH but you have installed formulae that put executables in /usr/local/sbin. Consider setting the PATH for example like so: echo 'set -g fish_user_paths "/usr/local/sbin" $fish_user_paths' >> ~/.config/fish/config.fish
こちらに示されている、以下の部分をコマンドに打ち込み、再度、「brew doctor」と打ち込んだのですが、上記と同様の警告が表示されてしまいました。
echo 'set -g fish_user_paths "/usr/local/sbin" $fish_user_paths' >> ~/.config/fish/config.fish
考えられる対応策などありますでしょうか。
アドバイス頂けましたら幸いです。
追記です
set -x PATH /usr/local/sbin $PATH
及び、 set -x PATH /usr/local/opt $PATH
を実行し、再度brew doctor
を実行したら、以下のエラーに表示が変わりました。
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 which 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:
/usr/local/opt/pkg-config
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。