Gentoo Archives: gentoo-user

From: Tanstaafl <tanstaafl@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Python update question
Date: Fri, 02 Mar 2012 18:11:23
Message-Id: 4F510CE2.5000700@libertytrek.org
In Reply to: Re: [gentoo-user] Python update question by Mark Knecht
1 On 2012-03-02 9:28 AM, Mark Knecht <markknecht@×××××.com> wrote:
2 > eselect python list --python3
3 >
4 > and make sure you're set to 3.2 before removing 3.1.
5
6 Hmmm... mine shows it is set to 3.1...
7
8 # eselect python list --python3
9 Available Python 3 interpreters:
10 [1] python3.1 *
11 [2] python3.2
12 myhost : Fri Mar 02, 13:07:51 : ~
13 #
14
15 So, that would be
16
17 eselect python set --python3 2
18
19 to set it to 3.2 leaving 2.7 as the main active python, right?
20
21 Just making sure because I know that mucking up python is *not* a
22 problem I want to have to deal with...