Gentoo Archives: gentoo-user

From: Christer Ekholm <che@××××××.se>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: python 3.1 safe as default python?
Date: Sun, 02 Aug 2009 17:20:44
Message-Id: 86r5vui14j.fsf@poke.chrekh.se
In Reply to: Re: [gentoo-user] python 3.1 safe as default python? by Albert Hopkins
1 Albert Hopkins <marduk@×××××××××××.org> writes:
2
3 > On Sun, 2009-08-02 at 11:17 -0400, Doug Hunley wrote:
4 > I would think (hope) that the python maintainers were smart enough to
5 > know whether installing Python 3 would break portage. Then again, this
6 > is Gentoo ;-)
7
8 Just installing it doesn't break portage. But using it does! :)
9
10 19:14:44 poke:~ $ eselect python list
11 Available python interpreters:
12 [1] python2.6
13 [2] python3.1
14 19:17:24 poke:~ $ sudo eselect python set 2
15 19:17:31 poke:~ $ emerge --info
16 File "/usr/bin/emerge", line 41
17 except PermissionDenied, e:
18 ^
19 SyntaxError: invalid syntax
20
21 --
22 Christer

Replies

Subject Author
Re: [gentoo-user] Re: python 3.1 safe as default python? Keith Dart <keith@×××××××××.biz>
RE: [gentoo-user] Re: python 3.1 safe as default python? Adam Carter <Adam.Carter@×××××××××.au>