Gentoo Archives: gentoo-user

From: Silvio Siefke <siefke_listen@×××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] eselect-python without effect
Date: Thu, 10 Nov 2016 15:02:31
Message-Id: 20161110160219.38d0277d4bb52cb39a653046@web.de
1 Hello,
2
3 when I use eselect python set 2 have this no effect and on other machines
4 is python linked with python-wrapperscript, but on the laptop is python
5 linked with pyexec.
6
7 Have someone an idea?
8
9 Thank you
10 Silvio
11
12 sisibox siefke # eselect python list
13 Available Python interpreters, in order of preference:
14 [1] python2.7
15 [2] python3.4
16 sisibox siefke # eselect python set 2
17 sisibox siefke # eselect python list
18 Available Python interpreters, in order of preference:
19 [1] python3.4
20 [2] python2.7
21
22
23 sisibox siefke # find -P /usr/bin -name "*python*" -type l -exec echo -n "{} -> " \; -exec readlink {} \;
24 /usr/bin/python2-config -> ../lib/python-exec/python-exec2
25 /usr/bin/python-config-2.7 -> python2.7-config
26 /usr/bin/python -> python-exec2c
27 /usr/bin/python2 -> python-exec2c
28 /usr/bin/python-config-3.4 -> python3.4-config
29 /usr/bin/python-config -> ../lib/python-exec/python-exec2
30 /usr/bin/python3 -> python-exec2c
31 /usr/bin/python3-config -> ../lib/python-exec/python-exec2
32
33 sisibox siefke # genlop -l | grep python-2*
34 Thu Nov 10 10:38:21 2016 >>> dev-lang/python-exec-2.0.2
35 Thu Nov 10 11:12:45 2016 >>> dev-lang/python-exec-2.4.3
36 Thu Nov 10 11:31:58 2016 >>> dev-lang/python-exec-2.4.3
37 Thu Nov 10 11:57:41 2016 >>> dev-lang/python-exec-2.4.3
38 Thu Nov 10 12:04:13 2016 >>> dev-lang/python-2.7.10-r1
39 Thu Nov 10 12:10:16 2016 >>> dev-lang/python-3.4.3-r1
40 Thu Nov 10 15:04:04 2016 >>> app-eselect/eselect-python-20160516
41 Thu Nov 10 15:11:26 2016 >>> app-eselect/eselect-python-20160516

Replies

Subject Author
Re: [gentoo-user] eselect-python without effect Mike Gilbert <floppym@g.o>