Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Cc: KH <gentoo-user@××××××××××××××××.de>
Subject: Re: [gentoo-user] python-2.7 && python-updater
Date: Mon, 28 Mar 2011 15:04:07
Message-Id: AANLkTi=33P4TmoVb8E9S5n2SRCa4nH3m2HM7h+O-VCR6@mail.gmail.com
In Reply to: Re: [gentoo-user] python-2.7 && python-updater by KH
1 On Mon, Mar 28, 2011 at 6:22 AM, KH <gentoo-user@××××××××××××××××.de> wrote:
2 > Am 25.03.2011 05:48, schrieb Paul Hartman:
3 >> On Fri, Mar 25, 2011 at 12:28 AM, Dale <rdalek1967@×××××.com> wrote:
4 >>> And if we should set python to 2.7, should we remove python-2.6?  I don't
5 >>> think we want to break something, portage in particular.  ;-)
6 >>
7 >> I have no trace of python-2.6 on my system at this point and I'm
8 >> getting along just fine with 2.7 as my active python.
9 >>
10 >
11 > Hi there,
12 >
13 > I do have python-2.7 and python-3.1 emerged. I just took al look in
14 > /usr/lib64/ and I can find trace of python2.4 python2.5 python2.6
15 > python2.7 python3.1 . Are those folders (2.4; 2.5; 2.6) needed anymore?
16 > If no, why are the still there?
17 >
18 > Regards kh
19 <SNIP>
20
21 I don't have anything there other than versions of python currently installed:
22
23 mark@c2stable ~ $ ls -ld /usr/lib64/pyth*
24 drwxr-xr-x 21 root root 20480 Feb 26 12:11 /usr/lib64/python2.6
25 drwxr-xr-x 24 root root 20480 Mar 26 12:08 /usr/lib64/python2.7
26 drwxr-xr-x 26 root root 20480 Feb 26 12:12 /usr/lib64/python3.1
27 mark@c2stable ~ $ eselect python list
28 Available Python interpreters:
29 [1] python2.6
30 [2] python2.7 *
31 [3] python3.1
32 mark@c2stable ~ $