回答編集履歴

1

コメントへのレスを追記

2018/05/03 12:18

投稿

set0gut1
set0gut1

スコア2413

test CHANGED
@@ -7,3 +7,29 @@
7
7
 
8
8
 
9
9
  `apt-get` や `aptitude` は Debian 系の Linux ディストリビューションで使われるパッケージマネージャーであり、 Mac にはコマンドが存在していません。
10
+
11
+
12
+
13
+ -------------
14
+
15
+
16
+
17
+ 追記: `brew install mysql` できない件
18
+
19
+
20
+
21
+ > Error: The `brew link` step did not complete successfully
22
+
23
+ The formula built, but is not symlinked into /usr/local
24
+
25
+ Could not symlink include/mysql
26
+
27
+ /usr/local/include is not writable.
28
+
29
+
30
+
31
+ エラーメッセージ的には `/usr/local/` 以下に書き込み権限がないっぽいですね。
32
+
33
+ 参考になりそうな記述が [stackoverflow](https://stackoverflow.com/questions/46459152/cant-chown-usr-local-for-homebrew-in-osx-10-13-high-sierra) にありました。
34
+
35
+ ベストアンサーによると homebrew をアンインストールして再度インストールすると直るらしいです。