How to: Macports select python

Use

osx$ port select --list python

to list your available Python installations.

Then use the “–set” option to “port select” to set the port you wish to use.

osx$ sudo port select --set python python27

Leave a Comment