So according to the official doc, we only need to delete the export path line. But it looks like all of the file is about conda. Can you also explain what is .bash_profile, can the file be deleted?
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$('/Users/u1/opt/anaconda3/bin/conda' 'shell.bash' 'hook' 2> /de$
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "/Users/u1/opt/anaconda3/etc/profile.d/conda.sh" ]; then
. "/Users/u1/opt/anaconda3/etc/profile.d/conda.sh"
else
export PATH="/Users/u1/opt/anaconda3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda initialize <<<