"Jason R. Mastaler" <[EMAIL PROTECTED]> writes: > Tim Legant <[EMAIL PROTECTED]> writes: > >> Probably the best thing is to edit the TMDA programs (the script in >> the bin/ directory that have a first line of "#!/usr/bin/env >> python") to start with "#!/usr/bin/env python2.3" instead. > > But that's a major PITA. Robin, are you running an RPM based distro > like Redhat?
Hey, if there's an easier way to do it using 'rpm', I'm all for it, but for the record... $ cd tmda-1.0/bin $ for s in tmda-* > do mv $s $.orig ; sed -e '1s/python/python2.3' < $s.orig > $s > done Verify that it worked, then, $ rm *.orig Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
