Hi guys, i'm new to the Mac OS X world so i have to ask you this.
I have the default python 2.6.1 installed as /usr/bin/python and the 3.1.2 as /usr/local/bin/python3.1 . Considering that i use only 3.x syntax, is it safe to replace the default interpreter (2.6) with the 3.1 one (python-config included) using symlinks (and removing old python binary), or is the system based on the old version for some purpose i don't know?
Thanks :)