質問編集履歴

4

タイトル変更

2019/09/04 05:59

投稿

退会済みユーザー
test CHANGED
@@ -1 +1 @@
1
- Chainerインストール後のWarning
1
+ Homebrewインストール後のWarning
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
 
8
8
 
9
- MacBook ProにターミナルからChainerをインストールしようとしているのですが、Warningがでてしまいます。
9
+ MacBook ProにターミナルからHomebrewをインストールしようとしているのですが、Warningがでてしまいます。
10
10
 
11
11
  ググったりしてみてるのですがいまいち解決できません。
12
12
 

3

タグ変更

2019/09/04 05:59

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -28,6 +28,42 @@
28
28
 
29
29
 
30
30
 
31
+ Having additional scripts in your path can confuse software installed via
32
+
33
+ Homebrew if the config script overrides a system or Homebrew-provided
34
+
35
+ script of the same name. We found the following "config" scripts:
36
+
37
+ /anaconda3/bin/llvm-config
38
+
39
+ /anaconda3/bin/icu-config
40
+
41
+ /anaconda3/bin/krb5-config
42
+
43
+ /anaconda3/bin/freetype-config
44
+
45
+ /anaconda3/bin/xslt-config
46
+
47
+ /anaconda3/bin/libpng16-config
48
+
49
+ /anaconda3/bin/python3.7-config
50
+
51
+ /anaconda3/bin/libpng-config
52
+
53
+ /anaconda3/bin/xml2-config
54
+
55
+ /anaconda3/bin/python3.7m-config
56
+
57
+ /anaconda3/bin/gsl-config
58
+
59
+ /anaconda3/bin/python3-config
60
+
61
+ /anaconda3/bin/curl-config
62
+
63
+ /anaconda3/bin/ncursesw6-config
64
+
65
+ /anaconda3/bin/pcre-config
66
+
31
67
 
32
68
 
33
69
  ```
@@ -56,8 +92,8 @@
56
92
 
57
93
  ```
58
94
 
59
- echo 'alias brew="env PATH=${PATH//Users/username/.pyenv/shims:/} brew"' >> .bash_profile`
95
+ echo 'alias brew="env PATH=${PATH//anaconda3/bin:/} brew"' >> .bash_profile`
60
96
 
61
97
  ```
62
98
 
63
- などはやってみました(usernameなどは変えています)
99
+ などはやってみました。

2

内容変更

2019/09/04 05:57

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
 
8
8
 
9
- MacBook ProにターミナルからChainerをインストールしようとしているのですが、複数のWarningがでてしまいます。
9
+ MacBook ProにターミナルからChainerをインストールしようとしているのですが、Warningがでてしまいます。
10
10
 
11
11
  ググったりしてみてるのですがいまいち解決できません。
12
12
 
@@ -28,155 +28,7 @@
28
28
 
29
29
 
30
30
 
31
- Having additional scripts in your path can confuse software installed via
32
31
 
33
- Homebrew if the config script overrides a system or Homebrew-provided
34
-
35
- script of the same name. We found the following "config" scripts:
36
-
37
- /anaconda3/bin/llvm-config
38
-
39
- /anaconda3/bin/icu-config
40
-
41
- /anaconda3/bin/krb5-config
42
-
43
- /anaconda3/bin/freetype-config
44
-
45
- /anaconda3/bin/xslt-config
46
-
47
- /anaconda3/bin/libpng16-config
48
-
49
- /anaconda3/bin/python3.7-config
50
-
51
- /anaconda3/bin/libpng-config
52
-
53
- /anaconda3/bin/xml2-config
54
-
55
- /anaconda3/bin/python3.7m-config
56
-
57
- /anaconda3/bin/gsl-config
58
-
59
- /anaconda3/bin/python3-config
60
-
61
- /anaconda3/bin/curl-config
62
-
63
- /anaconda3/bin/ncursesw6-config
64
-
65
- /anaconda3/bin/pcre-config
66
-
67
-
68
-
69
- Warning: Unbrewed dylibs were found in /usr/local/lib.
70
-
71
- If you didn't put them there on purpose they could cause problems when
72
-
73
- building Homebrew formulae, and may need to be deleted.
74
-
75
-
76
-
77
- Unexpected dylibs:
78
-
79
- /usr/local/lib/libtcl8.6.dylib
80
-
81
- /usr/local/lib/libtk8.6.dylib
82
-
83
-
84
-
85
- Warning: Unbrewed header files were found in /usr/local/include.
86
-
87
- If you didn't put them there on purpose they could cause problems when
88
-
89
- building Homebrew formulae, and may need to be deleted.
90
-
91
-
92
-
93
- Unexpected header files:
94
-
95
- /usr/local/include/fakemysql.h
96
-
97
- /usr/local/include/fakepq.h
98
-
99
- /usr/local/include/fakesql.h
100
-
101
- /usr/local/include/itcl.h
102
-
103
- /usr/local/include/itcl2TclOO.h
104
-
105
- /usr/local/include/itclDecls.h
106
-
107
- /usr/local/include/itclInt.h
108
-
109
- /usr/local/include/itclIntDecls.h
110
-
111
- /usr/local/include/itclMigrate2TclCore.h
112
-
113
- /usr/local/include/itclTclIntStubsFcn.h
114
-
115
- /usr/local/include/mysqlStubs.h
116
-
117
- /usr/local/include/odbcStubs.h
118
-
119
- /usr/local/include/pqStubs.h
120
-
121
- /usr/local/include/tcl.h
122
-
123
- /usr/local/include/tclDecls.h
124
-
125
- /usr/local/include/tclOO.h
126
-
127
- /usr/local/include/tclOODecls.h
128
-
129
- /usr/local/include/tclPlatDecls.h
130
-
131
- /usr/local/include/tclThread.h
132
-
133
- /usr/local/include/tclTomMath.h
134
-
135
- /usr/local/include/tclTomMathDecls.h
136
-
137
- /usr/local/include/tdbc.h
138
-
139
- /usr/local/include/tdbcDecls.h
140
-
141
- /usr/local/include/tdbcInt.h
142
-
143
- /usr/local/include/tk.h
144
-
145
- /usr/local/include/tkDecls.h
146
-
147
- /usr/local/include/tkPlatDecls.h
148
-
149
-
150
-
151
- Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
152
-
153
- If you didn't put them there on purpose they could cause problems when
154
-
155
- building Homebrew formulae, and may need to be deleted.
156
-
157
-
158
-
159
- Unexpected .pc files:
160
-
161
- /usr/local/lib/pkgconfig/tcl.pc
162
-
163
- /usr/local/lib/pkgconfig/tk.pc
164
-
165
-
166
-
167
- Warning: Unbrewed static libraries were found in /usr/local/lib.
168
-
169
- If you didn't put them there on purpose they could cause problems when
170
-
171
- building Homebrew formulae, and may need to be deleted.
172
-
173
-
174
-
175
- Unexpected static libraries:
176
-
177
- /usr/local/lib/libtclstub8.6.a
178
-
179
- /usr/local/lib/libtkstub8.6.a
180
32
 
181
33
  ```
182
34
 

1

タグ、タイトルの変更

2019/09/04 05:42

投稿

退会済みユーザー
test CHANGED
@@ -1 +1 @@
1
- MacでChainerのインストールエラー
1
+ ChainerのインストールWarning
test CHANGED
File without changes