In article <[email protected]>, Charles Turner <[email protected]> wrote: > Also, given that both "pythons" in /usr/bin and /usr/local/bin are > symlinks, you can rename these to suit your organizational requirements.
Don't change the /usr/bin/python symlink or any other existing file in /usr/bin! Anything there is part of OS X and managed by Apple. At worst, you can break things on your system that depend on the Apple-supplied Python and its packages. At best, your change will be reverted by some future OS X system update. -- Ned Deily, [email protected] _______________________________________________ Pythonmac-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/pythonmac-sig
