Gentoo Archives: gentoo-user

From: Helmut Jarausch <jarausch@××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Python Installation
Date: Thu, 27 Nov 2014 13:47:27
Message-Id: 1417096098.12628.8@numa-i
1 Hi,
2
3 I have python2.7 and python3.4 installed here.
4 I'd like to emerge any packages which use python only for python3.4
5 unless this package
6 can only be installed for python2.7.
7
8 Currently, I have the following in /etc/portage/make.conf and with this
9 configuration, packages
10 which can be installed for python2.7 and python3.4 are install twice
11 (for 2.7 and 3.4).
12 What am I doing wrong?
13
14
15 PYTHON_TARGETS="python2_7 python3_4"
16 USE_PYTHON="2.7 3.4"
17 PYTHON_SINGLE_TARGET="python2_7"
18
19 Many thanks for a hint,
20 Helmut

Replies

Subject Author
Re: [gentoo-user] Python Installation Mike Gilbert <floppym@g.o>