質問するログイン新規登録

質問編集履歴

1

エラーメッセージとコードを```````で囲みました

2021/12/01 11:02

投稿

gotti
gotti

スコア15

title CHANGED
File without changes
body CHANGED
@@ -2,15 +2,17 @@
2
2
  パスを通すためにbash_profileをいじっていたら、
3
3
  ターミナルを開くたびにこのようなエラーがでてしまいます。
4
4
 
5
-
5
+ ````````````````````````````````````````````````````
6
6
  Last login: Tue Nov 30 23:59:45 on ttys000
7
7
  -bash: ‘export: command not found
8
8
  -bash: ‘export: command not found
9
9
  -bash: ‘export: command not found
10
10
  -bash: /Users/gotoukouji/.bash_profile: line 47: syntax error near unexpected token `newline'
11
11
  -bash: /Users/gotoukouji/.bash_profile: line 47: ` <<< conda init <<<'
12
+ ```````````````````````````````````````````````````````
12
13
 
13
14
  open bash_profileで開いたのですが、中身がなんのことやらわかりません。
15
+ ```````````````````````````````````````````````````````
14
16
  ‘export PATH=/usr/local/bin:�� source .bash_profile
15
17
  ‘export PATH=/usr/local/bin:�� source .bash_profile
16
18
  ‘export PATH=/usr/local/bin:�� source .bash_profile
@@ -58,6 +60,7 @@
58
60
 
59
61
  fi#
60
62
  <<< conda init <<<
63
+ `````````````````````````````````````````````````````````````````
61
64
 
62
65
  (#は見にくくなるため大文字の#に変更)
63
66
  一番最後の47行目でエラーが出ていますが、なにをどう修正すればいいのかわかりません。