質問編集履歴
1
説明の追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,5 +9,18 @@
|
|
9
9
|
mysql Ver 14.14 Distrib 5.7.31, for osx10.15 (x86_64) using EditLine wrapper
|
10
10
|
```
|
11
11
|
となります。
|
12
|
+
一連の流れを記載します。
|
13
|
+
```ここに言語を入力
|
14
|
+
brew install mysql@5.7
|
15
|
+
〜省略〜
|
16
|
+
==> Summary
|
17
|
+
???? /usr/local/Cellar/mysql@5.7/5.7.31: 319 files, 232.4MB
|
18
|
+
(base) MacBook-Pro:~ $ echo 'export PATH="/usr/local/opt/mysql@5.7/bin:$PATH"' >> /Users/名前/.bash_profile
|
19
|
+
(base) MacBook-Pro:~ $ source /Users/名前/.bash_profile
|
20
|
+
-bash: /Users/名前/.profile: No such file or directory
|
21
|
+
(base) MacBook-Pro:~ $ mysql --version
|
22
|
+
mysql Ver 14.14 Distrib 5.7.31, for osx10.15 (x86_64) using EditLine wrapper
|
23
|
+
```
|
24
|
+
|
12
25
|
パスを通すコマンドではうまくいっていないのに、なぜパスが通っているのでしょうか。
|
13
26
|
ご教授頂けますと幸いです。
|