Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] IPython with Python3 - what magic am I missing?
Date: Thu, 20 Jun 2013 17:29:31
Message-Id: 51C33BEB.9000405@gmail.com
In Reply to: Re: [gentoo-user] IPython with Python3 - what magic am I missing? by Neil Bothwick
1 Neil Bothwick wrote:
2 > On Thu, 20 Jun 2013 07:16:31 -0500, Dale wrote:
3 >
4 >> Is there a way to tell portage to use python3 by default then?
5 >
6 > emerge it with the python3 USE flag.
7
8 I added that in package.use for future reference. That took out the
9 python2 support. I also added this to make.conf:
10
11 PYTHON_TARGETS="python3_2"
12
13
14 >
15 >
16 >> I have
17 >> it here so maybe it is already using python3? Anyway to know?
18 >
19 > ps aux | grep emerge
20 >
21 > while emerge is running.
22 >
23 >
24
25 Now I get this:
26
27 root@fireball / # ps aux | grep emerge
28 root 23969 92.5 0.5 184900 94644 pts/1 RN+ 12:25 0:01
29 /usr/bin/python3 /usr/bin/emerge -pv portage
30 root 23977 0.0 0.0 8596 880 pts/2 S+ 12:25 0:00 grep
31 --colour=auto emerge
32 root@fireball / #
33
34 By the way, you better be fast to get that too. It seems emerge is
35 faster with python3. Now to sync and do some real testing. ;-)
36
37 Thanks Neil and Adam.
38
39 Dale
40
41 :-) :-)
42
43 --
44 I am only responsible for what I said ... Not for what you understood or
45 how you interpreted my words!