In article <[email protected]>, Ned Deily <[email protected]> wrote: > ls -l /usr/local/bin/python2.7 > lrwxr-xr-x 1 root wheel 71 May 23 18:00 /usr/local/bin/python2.7 -> > ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 > > ls -lL /usr/local/bin/python2.7 > -rwxrwxr-x 1 root admin 25624 May 23 09:36 /usr/local/bin/python2.7
Sorry, I meant to show the entries for idle2.7: ls -l /usr/local/bin/idle2.7 lrwxr-xr-x 1 root wheel 69 May 23 18:00 /usr/local/bin/idle2.7 -> ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/idle2.7 ls -lL /usr/local/bin/idle2.7 -rwxrwxr-x 1 root admin 138 May 23 09:35 /usr/local/bin/idle2.7 -- Ned Deily, [email protected] _______________________________________________ Tkinter-discuss mailing list [email protected] https://mail.python.org/mailman/listinfo/tkinter-discuss
