Gentoo Archives: gentoo-user

From: Adam Carter <adamcarter3@×××××.com>
To: "gentoo-user@l.g.o" <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] IPython with Python3 - what magic am I missing?
Date: Thu, 20 Jun 2013 12:32:20
Message-Id: CAC=wYCHL=ZgkjSyuPw9VaAg-ovKFE8NytcdAFQU4FB1bP41aeg@mail.gmail.com
In Reply to: Re: [gentoo-user] IPython with Python3 - what magic am I missing? by Dale
1 >
2 > Is there a way to tell portage to use python3 by default then? I have it
3 > here so maybe it is already using python3? Anyway to know?
4 >
5
6 I just tried eselect python set 2, the grepped ps when running an emerge
7 --sync:
8 # eselect python list
9 Available Python interpreters:
10 [1] python2.7
11 [2] python3.2 *
12 # ps -ef | grep emerge
13 root 6242 6127 2 22:29 pts/0 00:00:00 /usr/bin/python3.2
14 /usr/bin/emerge --sync
15
16 So, just the usual.