The sudo port select command only switches what /usr/local/bin/python indicates, and does not touch the path /usr/bin/python at all.
The /usr/bin/python executable is still the default Apple installation. Your $PATH variable may still look in /usr/local/bin before /usr/bin , but when you type python at the terminal command line.
source share