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

Re: Bug#148415: jack: should use #!/usr/bin/python



> 
> Not OK, since the locally-installed Python may not/will not have
> access to jack's site-python files.  Using /usr/bin/env python is IMHO
> only acceptable if the package is self-contained or munges sys.path to
> include any non-standard modules in the search path.
> 

indeed.  If you have python in /opt/python/ and env can find it, none of the
Debian scripts will work because they do not know how to find their modules.

When packaging something for Debian, it is usually best to assume they are
using Debian's packages.  If the user wants their own version of python, they
can make a python package and install it instead of ours.


-- 
To UNSUBSCRIBE, email to debian-python-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: