[Bug 912625] Re: #!/usr/bin/env python breaks Python-based Ubuntu packages in the presence of virtualenvs, local installations

2014-09-01 Thread Alberts Muktupāvels
** Changed in: gnome-applets (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-applets in Ubuntu. https://bugs.launchpad.net/bugs/912625 Title: #!/usr/bin/env python breaks

[Bug 912625] Re: #!/usr/bin/env python breaks Python-based Ubuntu packages in the presence of virtualenvs, local installations

2013-11-24 Thread Jackson Doak
Can someone please check this is still an issue? I though we are meant to use /env shebangs now -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-applets in Ubuntu. https://bugs.launchpad.net/bugs/912625 Title: #!/usr/bin/env

[Bug 912625] Re: #!/usr/bin/env python breaks Python-based Ubuntu packages in the presence of virtualenvs, local installations

2012-09-14 Thread Logan Rosen
** Package changed: gconf2 (Ubuntu) = gconf (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-applets in Ubuntu. https://bugs.launchpad.net/bugs/912625 Title: #!/usr/bin/env python breaks Python-based Ubuntu packages

[Bug 912625] Re: #!/usr/bin/env python breaks Python-based Ubuntu packages in the presence of virtualenvs, local installations

2012-06-06 Thread Roman Yepishev
** Also affects: ubuntu-sso-client Importance: Undecided Status: New ** No longer affects: ubuntu-sso-client ** Also affects: ubuntu-sso-client (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Desktop Bugs,

[Bug 912625] Re: #!/usr/bin/env python breaks Python-based Ubuntu packages in the presence of virtualenvs, local installations

2012-06-06 Thread papukaija
** Tags added: natty ** Tags added: oneiric precise -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-applets in Ubuntu. https://bugs.launchpad.net/bugs/912625 Title: #!/usr/bin/env python breaks Python-based Ubuntu packages

[Bug 912625] Re: #!/usr/bin/env python breaks Python-based Ubuntu packages in the presence of virtualenvs, local installations

2012-06-06 Thread Roman Yepishev
** No longer affects: ubuntu-sso-client (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-applets in Ubuntu. https://bugs.launchpad.net/bugs/912625 Title: #!/usr/bin/env python breaks Python-based Ubuntu packages in

[Bug 912625] Re: #!/usr/bin/env python breaks Python-based Ubuntu packages in the presence of virtualenvs, local installations

2012-03-27 Thread Andrew Starr-Bochicchio
The mercurial task is fixed in precise: $ head -1 /usr/bin/hg-ssh #!/usr/bin/python ** Changed in: mercurial (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-applets in Ubuntu.

[Bug 912625] Re: #!/usr/bin/env python breaks Python-based Ubuntu packages in the presence of virtualenvs, local installations

2012-01-08 Thread Bug Watch Updater
** Changed in: mercurial (Debian) Status: Unknown = Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-applets in Ubuntu. https://bugs.launchpad.net/bugs/912625 Title: #!/usr/bin/env python breaks

[Bug 912625] Re: #!/usr/bin/env python breaks Python-based Ubuntu packages in the presence of virtualenvs, local installations

2012-01-06 Thread Till Kamppeter
David, thank you for the bug report. Such a report needs to be assigned to the individual packages to make the appropriate maintainers aware of the problem. I have done so now. ** Package changed: ubuntu = hplip (Ubuntu) ** Also affects: gconf2 (Ubuntu) Importance: Undecided Status:

[Bug 912625] Re: #!/usr/bin/env python breaks Python-based Ubuntu packages in the presence of virtualenvs, local installations

2012-01-06 Thread Till Kamppeter
To the HP developers at HP: Please use #!/usr/bin/python in your Python executables, the distro's Python interpreter is always at that path, or use @PYTHONPATH@ and let the configure script determine the correct Python path and replace the placeholder with it. -- You received this bug

[Bug 912625] Re: #!/usr/bin/env python breaks Python-based Ubuntu packages in the presence of virtualenvs, local installations

2012-01-06 Thread Till Kamppeter
** Also affects: pyppd (Ubuntu) Importance: Undecided Status: New ** Also affects: foo2zjs (Ubuntu) Importance: Undecided Status: New ** Also affects: c2esp (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member

[Bug 912625] Re: #!/usr/bin/env python breaks Python-based Ubuntu packages in the presence of virtualenvs, local installations

2012-01-06 Thread Till Kamppeter
** Changed in: hplip (Ubuntu) Status: Triaged = In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-applets in Ubuntu. https://bugs.launchpad.net/bugs/912625 Title: #!/usr/bin/env python breaks Python-based

[Bug 912625] Re: #!/usr/bin/env python breaks Python-based Ubuntu packages in the presence of virtualenvs, local installations

2012-01-06 Thread Jiri Popelka
I would like to second this request as in Fedora we also change the shebang '#!/usr/bin/env python' to '#!/usr/bin/python' in python executables when building hplip packages. For more details see http://fedoraproject.org/wiki/Features/SystemPythonExecutablesUseSystemPython Thanks. -- Jiri --

[Bug 912625] Re: #!/usr/bin/env python breaks Python-based Ubuntu packages in the presence of virtualenvs, local installations

2012-01-06 Thread Launchpad Bug Tracker
This bug was fixed in the package hplip - 3.11.10-1ubuntu4 --- hplip (3.11.10-1ubuntu4) precise; urgency=low * debian/rules: Use #!/usr/bin/python instead of #!/usr/bin/env python to specify the path to the Python interpreter, to assure that always the system's interpreter

[Bug 912625] Re: #!/usr/bin/env python breaks Python-based Ubuntu packages in the presence of virtualenvs, local installations

2012-01-06 Thread Till Kamppeter
OdyX, can you have a look at the Debian packages of c2esp, foo2zjs, and pyppd? Thanks. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-applets in Ubuntu. https://bugs.launchpad.net/bugs/912625 Title: #!/usr/bin/env python

[Bug 912625] Re: #!/usr/bin/env python breaks Python-based Ubuntu packages in the presence of virtualenvs, local installations

2012-01-06 Thread Didier Raboud
I might take a look at c2esp, foo2zjs and pyppd in due time. So far I'm not sure this bug is as uncontroversial as it might seem and would really prefer a discussion about it on debian- pyt...@lists.debian.org before rushing out any actions. The Debian Python Policy currently says Maintainers

[Bug 912625] Re: #!/usr/bin/env python breaks Python-based Ubuntu packages in the presence of virtualenvs, local installations

2012-01-06 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/hplip -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-applets in Ubuntu. https://bugs.launchpad.net/bugs/912625 Title: #!/usr/bin/env python breaks Python-based Ubuntu packages in the presence of

[Bug 912625] Re: #!/usr/bin/env python breaks Python-based Ubuntu packages in the presence of virtualenvs, local installations

2012-01-06 Thread Marc Deslauriers
This isn't a security issue. A regular user can't modify which python gets used by other users. ** This bug is no longer flagged as a security vulnerability ** This bug is no longer flagged as a security vulnerability -- You received this bug notification because you are a member of Ubuntu

[Bug 912625] Re: #!/usr/bin/env python breaks Python-based Ubuntu packages in the presence of virtualenvs, local installations

2012-01-06 Thread Barry Warsaw
/usr/bin/env is a perfectly good solution for *development* branches of packages, but very definitely not for deployed production versions of applications, for exactly the reasons described in this bug report. Meaning: if you are developing a Python application, by all means use /usr/bin/env in

[Bug 912625] Re: #!/usr/bin/env python breaks Python-based Ubuntu packages in the presence of virtualenvs, local installations

2012-01-06 Thread Scott Kitterman
I'm not convinced this is a bug at all. Debian Python policy (which Ubuntu uses) gives a preference to /usr/bin/python*, but says /usr/bin/env python is allowable. You shouldn't put a non-system python in your system's python path. -- You received this bug notification because you are a member

[Bug 912625] Re: #!/usr/bin/env python breaks Python-based Ubuntu packages in the presence of virtualenvs, local installations

2012-01-06 Thread Javi Merino
** Bug watch added: Debian Bug tracker #654925 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654925 ** Also affects: mercurial (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654925 Importance: Unknown Status: Unknown -- You received this bug notification

[Bug 912625] Re: #!/usr/bin/env python breaks Python-based Ubuntu packages in the presence of virtualenvs, local installations

2012-01-06 Thread David Warde-Farley
Marc: Fair enough. I guess the same kind of hijacking I mentioned could be accomplished in a lot of ways, including setting PYTHONPATH, so it's probably alright. Scott: The Debian policy reads: Maintainers should not override the Debian Python interpreter using /usr/bin/env The word should is