macでanacondaのbaseをになってしまう場合
code:.bash_profile
# added by Anaconda3 5.3.0 installer
# >>> conda init >>>
#!! Contents within this block are managed by 'conda init' !! # \eval "$__conda_setup"
. "/anaconda3/etc/profile.d/conda.sh"
# CONDA_CHANGEPS1=false conda activate base
else
\export PATH="/anaconda3/bin:$PATH"
fi
unset __conda_setup
# <<< conda init <<<
上記のようにコメントアウトすることで対応可能