修改mac默认的python版本

87 阅读1分钟
vi ~/.bash_profile

aliaspython="/usr/local/bin/python3.7"

source~/.bash_profile

来源: blog.csdn.net/lalade2008/…