[Pythonmac-SIG] Python 2.4.1 not replacing earlier versions.

Craig Amundsen cdamundsen at gmail.com
Wed Aug 31 17:26:09 CEST 2005


Hi -

> Or I can just invoke the /usr/local/bin version explicitly, yes? Seems
> to work...
> 
> How do I specify that in a shebang line? I tried "#!/usr/local/bin
> python", but I got a "bad interpreter: Permission denied" error
> message.

Did you mean #! /usr/local/bin/python
or                  #! /usr/local/bin python ?

The first line works for me, the second does not.

- Craig


More information about the Pythonmac-SIG mailing list