Gentoo Archives: gentoo-user

From: Helmut Jarausch <jarausch@××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] IPython with Python3 - what magic am I missing?
Date: Thu, 20 Jun 2013 07:31:51
Message-Id: 1371713499.31486.0@numa-i
1 Hi,
2
3 I'd like start IPython with Python3 as underlying Python interpretor.
4 GenToo has some magic to invoke IPython which I don't understand.
5
6 /usr/bin/ipython is a symlink to /usr/bin/python-exec which is a script
7 invoking the binary /usr/bin/python-exec-c
8
9 I don't have Python3 as standard Python version (too dangerous with
10 Portage?)
11
12 How can I convince IPython to use Python3?
13
14 I've tried
15 python3 /usr/lib64/python3.3/site-packages/spyderlib/widgets/ipython.py
16 but hits just quits without any visible action.
17
18 Many thanks for a hint,
19 Helmut

Replies

Subject Author
Re: [gentoo-user] IPython with Python3 - what magic am I missing? Mateusz Kowalczyk <fuuzetsu@×××××××××××.uk>
Re: [gentoo-user] IPython with Python3 - what magic am I missing? "Dustin C. Hatch" <admiralnemo@×××××.com>