Change default Python version from 2.4 to 2.6

As root:

ln -sf /usr/bin/python2.6 /usr/local/bin/python

This will make a symbolic link from /usr/local/bin/python –> /usr/bin/python2.6
(replacing the old hardlink).

Leave a Comment