回答編集履歴
1
.
test
CHANGED
@@ -1,3 +1,13 @@
|
|
1
1
|
この辺は参考になりませんかね。
|
2
2
|
|
3
3
|
[pip3: command not found](https://stackoverflow.com/a/48450068/8499046)
|
4
|
+
|
5
|
+
|
6
|
+
|
7
|
+
```ここに言語を入力
|
8
|
+
|
9
|
+
brew install python3
|
10
|
+
|
11
|
+
brew postinstall python3
|
12
|
+
|
13
|
+
```
|