From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8EBEA1381F3 for ; Thu, 20 Jun 2013 17:29:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6390FE09C0; Thu, 20 Jun 2013 17:29:19 +0000 (UTC) Received: from mail-ye0-f182.google.com (mail-ye0-f182.google.com [209.85.213.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A7D0E08EA for ; Thu, 20 Jun 2013 17:29:17 +0000 (UTC) Received: by mail-ye0-f182.google.com with SMTP id m12so2295547yen.27 for ; Thu, 20 Jun 2013 10:29:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type; bh=6UGGlfNYBYvV5wg76BJ540KvxrZCJA8aKkPyinQiGgc=; b=fpqVpaW8WzL2YBqZCMiacZ2Dyp6R5DtmHB3Gi0qA7dQIND70pPtmcDeZow+0RdN4kS xZAi/Bx6XH+zHgAPTg6w9hLykBFHOanm4VF720AAb525dmKh4/wk6E7MxhES1nNY4p4b SUzs96BT/6jJXqDcVd6KW/9/ph5QYARJWTalfSufbySyX1/QpYSv4Ywuwo/FyHIvY6fL a8xD5w5bdxOW9HTnkovFQxJhgJB8rMwAdEfq92a4TEUtqHzzfIveW7RgdJRmins95G4v STsDY/t7RS/2h3qUYTvfD1BbrRGs7iu1japn4x8TuLdDayaYadz2rmrocu0JS3GOmpiw hEmQ== X-Received: by 10.236.154.37 with SMTP id g25mr5606250yhk.216.1371749357300; Thu, 20 Jun 2013 10:29:17 -0700 (PDT) Received: from [192.168.2.5] (adsl-74-240-56-107.jan.bellsouth.net. [74.240.56.107]) by mx.google.com with ESMTPSA id f30sm1765067yhi.21.2013.06.20.10.29.15 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 20 Jun 2013 10:29:16 -0700 (PDT) Message-ID: <51C33BEB.9000405@gmail.com> Date: Thu, 20 Jun 2013 12:29:15 -0500 From: Dale User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:20.0) Gecko/20100101 Firefox/20.0 SeaMonkey/2.17.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] IPython with Python3 - what magic am I missing? References: <1371713499.31486.0@numa-i> <51C2B3FC.5060304@fuuzetsu.co.uk> <51C2F29F.1050306@gmail.com> <20130620141412.1d9e699c@hactar.digimed.co.uk> In-Reply-To: <20130620141412.1d9e699c@hactar.digimed.co.uk> X-Enigmail-Version: 1.5.1 Content-Type: multipart/alternative; boundary="------------020905040009060802070602" X-Archives-Salt: 532f00ce-fd70-461c-9f10-ddc9f1ae599d X-Archives-Hash: 96f0a44dbc530b7b9b74b48f2d0ec300 This is a multi-part message in MIME format. --------------020905040009060802070602 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Neil Bothwick wrote: > On Thu, 20 Jun 2013 07:16:31 -0500, Dale wrote: > >> Is there a way to tell portage to use python3 by default then? > > emerge it with the python3 USE flag. I added that in package.use for future reference. That took out the python2 support. I also added this to make.conf: PYTHON_TARGETS="python3_2" > > >> I have >> it here so maybe it is already using python3? Anyway to know? > > ps aux | grep emerge > > while emerge is running. > > Now I get this: root@fireball / # ps aux | grep emerge root 23969 92.5 0.5 184900 94644 pts/1 RN+ 12:25 0:01 /usr/bin/python3 /usr/bin/emerge -pv portage root 23977 0.0 0.0 8596 880 pts/2 S+ 12:25 0:00 grep --colour=auto emerge root@fireball / # By the way, you better be fast to get that too. It seems emerge is faster with python3. Now to sync and do some real testing. ;-) Thanks Neil and Adam. Dale :-) :-) -- I am only responsible for what I said ... Not for what you understood or how you interpreted my words! --------------020905040009060802070602 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Neil Bothwick wrote:
> On Thu, 20 Jun 2013 07:16:31 -0500, Dale wrote:
>
>> Is there a way to tell portage to use python3 by default then?
>
> emerge it with the python3 USE flag.


I added that in package.use for future reference.  That took out the python2 support.  I also added this to make.conf:

PYTHON_TARGETS="python3_2"


>
>
>> I have
>> it here so maybe it is already using python3?  Anyway to know?
>
> ps aux | grep emerge
>
> while emerge is running.
>
>


Now I get this:

root@fireball / # ps aux | grep emerge
root     23969 92.5  0.5 184900 94644 pts/1    RN+  12:25   0:01 /usr/bin/python3 /usr/bin/emerge -pv portage
root     23977  0.0  0.0   8596   880 pts/2    S+   12:25   0:00 grep --colour=auto emerge
root@fireball / #

By the way, you better be fast to get that too.  It seems emerge is faster with python3.  Now to sync and do some real testing.  ;-)

Thanks Neil and Adam.

Dale

:-)  :-)

--
I am only responsible for what I said ... Not for what you understood or how you interpreted my words!

--------------020905040009060802070602--