Всем привет
Установил python3_5 как основной:
$ eselect python list
Available Python interpreters, in order of preference:
[1] python3.5
[2] python3.4
[3] python2.7
$ python-updater
* Starting Python Updater...
* Main active version of Python: 3.5
* Active version of Python 2: 2.7
* Active version of Python 3: 3.5
* Globally supported Python ABIs in installed repositories:
* gentoo: 2.4 2.5 2.6 2.7 3.1 3.2 3.3 2.5-jython 2.7-jython 2.7-pypy-1.7 2.7-pypy-1.8 2.7-pypy-1.9 2.7-pypy-2.0
* x-portage: 2.4 2.5 2.6 2.7 3.1 3.2 3.3 2.5-jython 2.7-jython 2.7-pypy-1.7 2.7-pypy-1.8 2.7-pypy-1.9 2.7-pypy-2.0
Но portage всё равно его игнорирует:
$ emerge --info | grep PYTHON
... PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4"...
И я бы забил, но пакеты ведь тоже его не видят. При установке portage приходилось вручную переопределять PYTHON_TARGETS, а если этого не делать, то:
$ emerge -pv --nodeps portage
These are the packages that would be merged, in order:
[ebuild R ] sys-apps/portage-2.3.0::gentoo USE="(ipc) xattr -build -doc -epydoc (-selinux)" LINGUAS="ru" PYTHON_TARGETS="python2_7 python3_4 -pypy -python3_3 -python3_5*" 0 KiB
Total: 1 package (1 reinstall), Size of downloads: 0 KiB
Как заставить portage развидеть python3_5 на моем компьютере?