vi .bash_profile,这一步之后,出现了:
added by Anaconda3 2019.03 installer
# >>> conda init >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$(CONDA_REPORT_ERRORS=false '/Users/wangye/anaconda3/bin/conda' shell.bash hook 2> /dev/null)"
if [ $? -eq 0 ]; then
\eval "$__conda_setup"
else
if [ -f "/Users/wangye/anaconda3/etc/profile.d/conda.sh" ]; then
# . "/Users/wangye/anaconda3/etc/profile.d/conda.sh" # commented out by conda initialize
CONDA_CHANGEPS1=false conda activate base
else
\export PATH="/Users/wangye/anaconda3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda init <<<
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
-- INSERT --
MySQL在Mac下安装中遇到的坑ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)最近电脑更换比较频繁,每换一个新电脑,都需要进行安装饭碗所需要的环境,例如一些编程语言的解释器,一些IDE,还有这个出现问题每次都不一样的MySQL,不过每次踩坑后,百度,G...