[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Status report on python2 transition



Aquarius wrote:
> Especially since "#!/usr/bin/env python" is recommended in the Python
> FAQ (section 4.63 --
> http://www.python.org/cgi-bin/faqw.py?req=show&file=faq04.063.htp). Is
> it bad to use in general, or just bad to use on Debian systems?

Depends.  If your writing a script or program to distribute then the env
trick is a good idea since you don't know were Python is installed.  For
Python programs/scripts that come with Debian we know that Python is
/usr/bin/python.

  Neil



Reply to: