修改~/.bash_profile
vim ~/.bash_profile # 添加这一行 alias python="/usr/local/bin/python3"
alias pip="/usr/local/bin/pip3"
source ~/.bash_profile