mac port选择使用的python的版本

To list:

port select --list python

To show:

port select --show python

To select:

sudo port select --set python <the python version>
 
原文地址:https://www.cnblogs.com/zelos/p/5785201.html