最近要在mac上使用python3.5,记录一下安装操作
https://www.python.org/ftp/python/3.5.0/python-3.5.0-macosx10.6.pkg
open ~/.bash_profile
alias python="/Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5"
source ~/.bash_profile
python -v
原文:https://www.cnblogs.com/miamianfighting/p/14375260.html