Macports: switching back to the system default version of Python
/opt/local/bin/python
is a symbolic link to the active version of python
. You can view the structure with the following command:
ls -l /opt/local/bin/python*
Since /opt/local/bin
is before /usr/bin
in your PATH variable then the symbolic link will be listed first but it points to the version in /usr/bin
.