mac通常自带python2.7python
能够修改 ~/.bash_profile (具体的path取决于你的python3安装路径):bash
vi ~/.bash_profile # 添加这一行 alias python="/usr/local/bin/python3" source ~/.bash_profile