On Jun 02, 2012, at 06:19 AM, Rolf Leggewie wrote: >I'm all for simplicity and I understand that "#!/usr/bin/env python" >isn't such a great choice for the distro package. Are we going to >switch bzr back to "/usr/bin/python" or how are we going to make the >change at release time?
There are several ways to handle this, depending on which release you care about. For Debian/Ubuntu or other platforms, the build scripts could make the appropriate change. There's even been talk within the Debian Python group about adding this functionality to the standard helpers. My current favorite way is to use distribute's entry_points:console_scripts key to do this when `python setup.py install` is invoked. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/988468 Title: /usr/bin/pastebinit has bogus #! line To manage notifications about this bug go to: https://bugs.launchpad.net/pastebinit/+bug/988468/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
