Tres Seaver wrote:
I would way rather see that kind of solution than using 'env':  scripts
installed by easy_install should *not* use whatever python happens to be
found at the moment on PATH.

I agree that's necessary, but I don't think anyone has been proposing that (well, except the initial proposal). I'm guessing the script in this case could look like:

#!/bin/sh
exec "path/to/python" -c "everything that would normally be in the body of the script"

--
Ian Bicking : [email protected] : http://blog.ianbicking.org
_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to