Chris Green <c...@isbd.net> wrote:
> > 3: with your pseudo "python3" script in place, make all the scripts use 
> > the "#!/usr/bin/env python3" shebang suggested above.
> > 
> Yes, that sounds a good plan to me, thanks Cameron.
> 
Doesn't '#!/usr/bin/env python3' suffer from the same problem as
'#!/usr/bin/python3' in the sense that the env executable might not be
in /usr/bin?

Wouldn't '#! env python3' be better?

-- 
Chris Green
ยท
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to