ターミナルでrubyの環境構築を行った際におそらく何か余計なことをしてしまった為エラーが発生してしまいました。
-bash: ‘export: command not found -bash: /Users/master/.bash_profile: line 3: syntax error near unexpected token `(' -bash: /Users/master/.bash_profile: line 3: `‘eval “export PATH="/Users/master/.rbenv/shims:${PATH}" export RBENV_SHELL=bash source '/usr/local/Cellar/rbenv/1.1.2/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 }”‘'
ターミナル起動時に上記のエラー?が発生してしまい困っております。
検索してみてもいまいちピンと来ず内容的には.bash_profile
内に何かがあると思うのですが
どこをどのように確認したらいいのかわかりません。
export PATH=$HOME/.nodebrew/current/bin:$PATH ‘export PATH=/usr/local/bin:/Users/master/.nodebrew/current/bin:/usr/local/bin:: /usr/bin:/bin:/usr/sbin:/sbin’ ‘eval “export PATH="/Users/master/.rbenv/shims:${PATH}" export RBENV_SHELL=bass h source '/usr/local/Cellar/rbenv/1.1.2/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 }”‘-P ~
上記が.bash_profile
の中身になります。
自分の勉強不足だとは思いますが解決策をお教えいただければと思います。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/10/02 15:55