macでターミナルを開くたびに下記のエラーが表示されます。
parse error near `PATH="/usr/local/opt...'
bash_profileの中身は
ource ~/.profile: # >>> conda initialize >>> # !! Contents within this block are managed by 'conda init' !! __conda_setup="$('/opt/anaconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)" if [ $? -eq 0 ]; then eval "$__conda_setup" else if [ -f "/opt/anaconda3/etc/profile.d/conda.sh" ]; then . "/opt/anaconda3/etc/profile.d/conda.sh" else fi fi unset __conda_setup # <<< conda initialize <<< export PATH="~/.rbenv/shims:/usr/local/bin:$PATH" eval "$(rbenv init -)" export PATH="/usr/local/opt/mysql@5.7/bin:$PATH"
となっております。
どこがエラーの原因かご教示いただけますと幸いです。
https://teratail.com/questions/344368
前回はzshの質問で放置状態ですが、今回はbashの質問ですね。
デフォルトシェルを変更したのですか?