How do I change back from MacPorts Python to system default version?
Macports select can change it back.
The current macports does it using the port select command - older versions had python_select
To see the possible pythons run
port select --list python
From that list choose the one you want and change to it e.g.
sudo port select --set python python25-apple