Gentoo Archives: gentoo-user

From: allan gottlieb <gottlieb@×××.edu>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] eselect python cleanup
Date: Sat, 23 Mar 2019 22:11:22
Message-Id: 87r2ax8cn5.fsf@nyu.edu
In Reply to: Re: [gentoo-user] eselect python cleanup by Jack
1 On Sat, Mar 23 2019, Jack wrote:
2
3 > On 2019.03.23 17:58, allan gottlieb wrote:
4 >> When I try an emerge I get
5 >>
6 >> E6430 ~ # emerge --update --changed-use --with-bdeps=n --exclude
7 >> chromium --keep-going @world
8 >> python-exec: Invalid impl in /etc/python-exec/python-exec.conf:
9 >> python3.4
10 >> These are the packages that would be merged, in reverse order:
11 >> Calculating dependencies... done!
12 >> Nothing to merge; quitting.
13 >>
14 >> eselect python list gives
15 >> Available Python interpreters, in order of preference:
16 >> [1] python3.6
17 >> [2] python3.4 (uninstalled)
18 >> [3] python3.5 (fallback)
19 >> [4] python2.7 (fallback)
20 >>
21 >> Am I correct in believing that I should now execute
22 >> eselect python cleanup
23 >>
24 >> thanks in advance
25 >> allan
26 >
27 > I just ran into the same problem, and that solution seems to have
28 > worked for me.
29 >
30 > Jack
31
32 Thank you.
33 allan