回答編集履歴

2

微修正

2017/12/31 11:51

投稿

otn
otn

スコア84499

test CHANGED
@@ -1,4 +1,4 @@
1
- `echo export PATH=/usr/local/bin:$PATH >> .bash_profile ; source .bash_profile`
1
+ `echo 'export PATH=/usr/local/bin:$PATH' >> .bash_profile ; source .bash_profile`
2
2
 
3
3
  の間違いですね。
4
4
 

1

追記

2017/12/31 11:51

投稿

otn
otn

スコア84499

test CHANGED
@@ -9,3 +9,13 @@
9
9
  `~/.bash_profile`をバックアップから戻してやり直して下さい。
10
10
 
11
11
  バックアップを忘れた場合は、`vi ~/.bash_profile`で追加した間違い行を削除して下さい。
12
+
13
+
14
+
15
+ > すると、次のような表示が出ます。
16
+
17
+
18
+
19
+ というのも出ませんのので、出なくても気にしないで下さい。
20
+
21
+ Macは詳しくないので、他の部分についての正しさは分かりません。