I've got a bunch of python programs on linux that start with:

    #!/usr/anim/menv/bin/pypix

Now I'm moving some to the mac, where I'm changing that to:

    #!/Users/mh/py/bin/python

What's the best way to handle this?  I've got an install script
that rewrites the first line, but if I could eliminate that step I
would be quite happy, since it's the only thing the install step
does.

TIA!!
Mark

-- 
Mark Harrison
Pixar Animation Studios
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to