Re: [gentoo-dev] Versioning of Python scripts

2009-12-22 Thread Peter Volkov
В Сбт, 19/12/2009 в 16:24 +0100, Arfrever Frehtes Taifersar Arahesis пишет: - Scripts of packages supporting only e.g. Python 2 can be executed (without necessity of using of e.g. python2 /usr/bin/${script}) after activating of e.g. Python 3. - Scripts of packages supporting

Re: [gentoo-dev] Versioning of Python scripts

2009-12-22 Thread Arfrever Frehtes Taifersar Arahesis
2009-12-21 11:50:14 Brian Harring napisał(a): On Sat, Dec 19, 2009 at 04:24:49PM +0100, Arfrever Frehtes Taifersar Arahesis wrote: Distutils/Setuptools/Distribute modify shebangs of installed Python scripts, so that they contain path of Python interpreter with version included (e.g.

Re: [gentoo-dev] Versioning of Python scripts

2009-12-21 Thread Brian Harring
On Sat, Dec 19, 2009 at 04:24:49PM +0100, Arfrever Frehtes Taifersar Arahesis wrote: Distutils/Setuptools/Distribute modify shebangs of installed Python scripts, so that they contain path of Python interpreter with version included (e.g. #!/usr/bin/python3.2). This behavior has both