質問編集履歴
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -25,3 +25,27 @@
|
|
25
25
|
考えられる対応策などありますでしょうか。
|
26
26
|
|
27
27
|
アドバイス頂けましたら幸いです。
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
**追記です**
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
``` set -x PATH /usr/local/sbin $PATH```及び、``` set -x PATH /usr/local/opt $PATH```を実行し、再度```brew doctor```を実行したら、以下のエラーに表示が変わりました。
|
36
|
+
|
37
|
+
> Warning: "config" scripts exist outside your system or Homebrew directories.
|
38
|
+
|
39
|
+
`./configure` scripts often look for *-config scripts to determine if
|
40
|
+
|
41
|
+
software packages are installed, and which additional flags to use when
|
42
|
+
|
43
|
+
compiling and linking.
|
44
|
+
|
45
|
+
Having additional scripts in your path can confuse software installed via
|
46
|
+
|
47
|
+
Homebrew if the config script overrides a system or Homebrew-provided
|
48
|
+
|
49
|
+
script of the same name. We found the following "config" scripts:
|
50
|
+
|
51
|
+
/usr/local/opt/pkg-config
|