[Pythonmac-SIG] Guide to installing Unix-Python on MacOS X

Bob Savage bobsavage@mac.com
Wed, 16 May 2001 22:34:03 -0700


Shoot! I noticed a problem already!

> [10] copy the executable into the right place (and lose the unfashionable
> ".exe"):
> 
> %sudo mv python.exe /usr/local/bin/
> 

this should say:

%sudo mv python.exe /usr/local/bin/python

and I forgot to change the owner/group on the executable

%sudo chown root /usr/local/bin/python
%sudo chgrp wheel /usr/local/bin/python

sorry for the confusion!

Bob