In article <bc8d4390-9f36-47c6-b6fc-585180f2d...@m26g2000yqb.googlegroups.com>, Gnarlodious <gnarlodi...@gmail.com> wrote:
> I symlinked to the new Python, and no I do not want to roll it back > because it is work (meaning I would have to type "sudo"). > ls /usr/bin/python > lrwxr-xr-x 1 root wheel 63 Nov 20 21:24 /usr/bin/python -> /Library/ > Frameworks/Python.framework/Versions/3.1/bin/python3.1 > Ugh, I have not been able to program in 11 days. You should *not* do this. The files in /usr/bin are installed and controlled by Apple and, in particular, /usr/bin/python is the Apple supplied python. By changing /usr/bin/python, you are risking incorrect operation of other system programs that may depend on it plus it is quite likely that an OS X software update will overwrite this location breaking your applications. Use /usr/local/bin/python3.1 instead. -- Ned Deily, n...@acm.org -- http://mail.python.org/mailman/listinfo/python-list