質問編集履歴

1

説明の追加

2020/09/20 00:35

投稿

shin342
shin342

スコア22

test CHANGED
File without changes
test CHANGED
@@ -20,6 +20,32 @@
20
20
 
21
21
  となります。
22
22
 
23
+ 一連の流れを記載します。
24
+
25
+ ```ここに言語を入力
26
+
27
+ brew install mysql@5.7
28
+
29
+ 〜省略〜
30
+
31
+ ==> Summary
32
+
33
+ ???? /usr/local/Cellar/mysql@5.7/5.7.31: 319 files, 232.4MB
34
+
35
+ (base) MacBook-Pro:~ $ echo 'export PATH="/usr/local/opt/mysql@5.7/bin:$PATH"' >> /Users/名前/.bash_profile
36
+
37
+ (base) MacBook-Pro:~ $ source /Users/名前/.bash_profile
38
+
39
+ -bash: /Users/名前/.profile: No such file or directory
40
+
41
+ (base) MacBook-Pro:~ $ mysql --version
42
+
43
+ mysql Ver 14.14 Distrib 5.7.31, for osx10.15 (x86_64) using EditLine wrapper
44
+
45
+ ```
46
+
47
+
48
+
23
49
  パスを通すコマンドではうまくいっていないのに、なぜパスが通っているのでしょうか。
24
50
 
25
51
  ご教授頂けますと幸いです。