At Wed, 11 Feb 2004 00:00:21 -0600, Jason R Mastaler wrote: > I dunno, perhaps I'll look into whether it's possible to pass in an > environment variable to override the /usr/bin/python2.3 requirement or > something.
I hesitate to make a suggestion w/o testing it, but (here I go anyway) the documentation for env (on FreeBSD) suggests that #!/usr/bin/env /usr/bin/foo should work when foo is a script. so one option would be to make a script called tmda-python that did the dirty work for you. At obviously some cost in performance. db _________________________________________________ tmda-workers mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-workers
