Many thanks to the python team for good work.

In some cases a package installs some script(s) which run python interpreter. I mean IDE-like packages, e.g., spyder, bpython, ptpython, etc. A user may want to run either python2 or python3 using such IDE. The "standard" behaviour is to install a single script which runs python2 or python3 depending on eselect python. In the case of spyder, there was a user who insisted that he wants to use spyder for python2 *and* python3, without changing the global eselect python setting. I've changed the ebuild to install 3 scripts: spyder (behaves as above), spyder2, and spyder3. The same may be useful for bpython, ptpython, and, maybe, some other packages. Are there plans to make this task easy and systematic, without re-inventing the wheel in each ebuild?

Andrey

Reply via email to