Hi,
I did an
eselect python list
and got
[1] python3.6
[2] python2.7 (fallback)
. Then I did an
eselect python set 2
to examine some error while trying to install a local
package. And then I switched back wth
eselect python set 2
again since python3.6 was set at [2] now.
Now
eselect python list
shows me
[1] python3.6
[2] python2.7
. The "(fallback)" was missing now.
How do I need to use eselect to set python2.7 as fallback"
Cheers!
Meino
PS:
This
https://wiki.gentoo.org/wiki/Python
and
https://wiki.gentoo.org/wiki/Project:Eselect/User_guide
gave me no answer...