MAC-Python版本切换

OSX 系统 Python 版本切换。

如果装有多个 Python 版本,可以通过设置进行切换,修改 ~/.bash_profile 文件,增加:

1
alias python="/System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7"

然后执行:

1
source ~/.bash_profile