回答編集履歴
1
追記
test
CHANGED
@@ -11,3 +11,11 @@
|
|
11
11
|
もしzshだったら.zprofileに環境変数やPATHを記述してください。
|
12
12
|
|
13
13
|
.bash_profileはbashの設定ファイルです。
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
それから
|
18
|
+
|
19
|
+
echo 'export PATH="/user/local/
|
20
|
+
|
21
|
+
userではなくusrです。
|