回答編集履歴
1
追記
answer
CHANGED
@@ -4,4 +4,8 @@
|
|
4
4
|
/bin/zsh
|
5
5
|
```
|
6
6
|
もしzshだったら.zprofileに環境変数やPATHを記述してください。
|
7
|
-
.bash_profileはbashの設定ファイルです。
|
7
|
+
.bash_profileはbashの設定ファイルです。
|
8
|
+
|
9
|
+
それから
|
10
|
+
echo 'export PATH="/user/local/
|
11
|
+
userではなくusrです。
|