質問編集履歴
1
error
title
CHANGED
File without changes
|
body
CHANGED
@@ -4,11 +4,11 @@
|
|
4
4
|
terminalを開くと以下のメッセージが表示されます
|
5
5
|
```
|
6
6
|
-bash: eval: line 2: syntax error near unexpected token `('
|
7
|
-
-bash: eval: line 2: `?export PATH="/Users/
|
7
|
+
-bash: eval: line 2: `?export PATH="/Users/namesr/local/Cellar/rbenv/1.0.0/libexec/../completions/rbenv.bash' command rbenv rehash 2>/dev/null rbenv() { local command command="$1" if [ "$#" -gt 0 ]; then shift fi case "$command" in rehash|shell) eval "$(rbenv "sh-$command" "$@")";; *) command rbenv "$command" "$@";; esac }?'
|
8
8
|
-bash: eval: line 47: syntax error near unexpected token `echo'
|
9
|
-
-bash: eval: line 47: `} echo eval export PATH="/Users/
|
9
|
+
-bash: eval: line 47: `} echo eval export PATH="/Users/name/.rbenv/shims:${PATH}"'
|
10
10
|
-bash: eval: line 48: syntax error near unexpected token `source'
|
11
|
-
-bash: eval: line 48: `} source /Users/
|
11
|
+
-bash: eval: line 48: `} source /Users/name/.bash_profile'
|
12
12
|
-bash: ‘export: command not found
|
13
13
|
-bash: ‘export: command not found
|
14
14
|
|