**前提・実現したいこと変数 **
ruby on rails の環境構築について
ターミナルへの入力コードは以下のものを使いました。
source ~/.bash_profile
しかし帰ってきた言葉は以下の内容であり、「「then」付近の解析エラー」という結果になってしましたがどこがおかしいのかが知識不足なためわかりません。
そのため、どこをどうしたら良いのかをご指導頂けたら幸いです。
/Users/yamashitatooru/.bash_profile:1: parse error near `then'
bash_profileの中は以下のようになっています。
‘eval “export PATH="/Users/yamashitatooru/.rbenv/shims:${PATH}" export RBENV_SHELL=zsh source '/usr/local/Cellar/rbenv/1.1.2/libexec/../completions/rbenv.zsh' 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 }”’ eval "$(rbenv init -)"
ruby 2.6.5p114
Homebrew 2.1.16
Rails 6.0.0
Bundler version 2.0.2
MacOS Natalina 10.15.1 です
よろしくお願い申し上げます。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/11/12 08:05
2019/11/12 08:07