Re: [gentoo-user] IPython with Python3 - what magic am I missing?

2013-06-21 Thread Helmut Jarausch
On 06/20/2013 04:53:00 PM, Dustin C. Hatch wrote: If you built dev-python/ipython with PYTHON_TARGETS=python3_2, then there will be a /usr/bin/ipython-python3.2 script that will launch IPython with the Python 3.2 interpreter, even if the default Python implementation is 2.7. Yes, thanks,

[gentoo-user] IPython with Python3 - what magic am I missing?

2013-06-20 Thread Helmut Jarausch
Hi, I'd like start IPython with Python3 as underlying Python interpretor. GenToo has some magic to invoke IPython which I don't understand. /usr/bin/ipython is a symlink to /usr/bin/python-exec which is a script invoking the binary /usr/bin/python-exec-c I don't have Python3 as standard Python

Re: [gentoo-user] IPython with Python3 - what magic am I missing?

2013-06-20 Thread Mateusz Kowalczyk
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 20/06/13 08:31, Helmut Jarausch wrote: Hi, I'd like start IPython with Python3 as underlying Python interpretor. GenToo has some magic to invoke IPython which I don't understand. /usr/bin/ipython is a symlink to /usr/bin/python-exec which

Re: [gentoo-user] IPython with Python3 - what magic am I missing?

2013-06-20 Thread Dale
Mateusz Kowalczyk wrote: On 20/06/13 08:31, Helmut Jarausch wrote: Hi, I'd like start IPython with Python3 as underlying Python interpretor. GenToo has some magic to invoke IPython which I don't understand. /usr/bin/ipython is a symlink to /usr/bin/python-exec which is a script

Re: [gentoo-user] IPython with Python3 - what magic am I missing?

2013-06-20 Thread Adam Carter
Is there a way to tell portage to use python3 by default then? I have it here so maybe it is already using python3? Anyway to know? I just tried eselect python set 2, the grepped ps when running an emerge --sync: # eselect python list Available Python interpreters: [1] python2.7 [2]

Re: [gentoo-user] IPython with Python3 - what magic am I missing?

2013-06-20 Thread Neil Bothwick
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 have it here so maybe it is already using python3? Anyway to know? ps aux | grep emerge while emerge is running. -- Neil Bothwick Give

Re: [gentoo-user] IPython with Python3 - what magic am I missing?

2013-06-20 Thread Dustin C. Hatch
On 6/20/2013 02:31, Helmut Jarausch wrote: Hi, I'd like start IPython with Python3 as underlying Python interpretor. GenToo has some magic to invoke IPython which I don't understand. /usr/bin/ipython is a symlink to /usr/bin/python-exec which is a script invoking the binary

Re: [gentoo-user] IPython with Python3 - what magic am I missing?

2013-06-20 Thread Dale
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: