mac一般自帶python2.7
可以修改 ~/.bash_profile (具體的path取決於你的python3安裝路徑):
vi ~/.bash_profile
# 添加這一行
alias python="/usr/local/bin/python3"
source ~/.bash_profile
mac下加快homebrew的速度 修改mac下homebrew的源 https://www.cnblogs.com/wangjiale1024/p/10265954.html