Gentoo Archives: gentoo-user

From: Alex Schuster <wonko@×××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] python 3.1 removed
Date: Mon, 10 Dec 2012 19:11:57
Message-Id: 50C6337E.2030707@wonkology.org
In Reply to: [gentoo-user] python 3.1 removed by James
1 James wrote:
2
3 > Python 2.7 is my default setting.
4 > I also had python 3.1 and 3.2 both installed.
5 > I read about how I should get rid of 3.1 and
6 > force those apps that need/want python 3 to use
7 > python 3.2. (makes sense but I did not fully
8 > research it).
9 >
10 >
11 > So I did these steps:
12 >
13 > emerge -C python:3.1
14 >
15 > eselect python update --python2
16 > eselect python update --python3
17 > eselect python list
18 >
19 > Available Python interpreters:
20 > [1] python2.7 *
21 > [2] python3.2
22 >
23 > python-updater (cleaned up)
24 >
25 > All is OK?
26
27 Yes.
28
29 > Miss anything?
30
31 Nope.
32
33 > Foolish?
34
35 No, why?
36
37 Wonko