Gentoo Archives: gentoo-user

From: Adam Carter <adamcarter3@×××××.com>
To: "gentoo-user@l.g.o" <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] Python 3.5
Date: Sun, 29 Oct 2017 08:31:53
Message-Id: CAC=wYCEb3cFkC2FfLeGMFgby6F7GGtG88n5PiLXD=iFQ46wm3Q@mail.gmail.com
In Reply to: Re: [gentoo-user] Python 3.5 by Adam Carter
1 > On my amd64 arch machine I;
2 > emerged python 3.5
3 > eselected python 3.5
4 > edited make.conf to set PYTHON_TARGETS to "python2_7 python3_5"
5 > running emerge -pv --depclean =python-3.4.5 to see what needs to be rebuilt
6 > Then tryed to rebuild those packages to allow removal of 3.4, however, it
7 > looks like that I would then have to change PYTHON_SINGLE_TARGET to 3.5
8 > too, and some other packages still require it to be set to 2.7, so i've
9 > bailed out of trying to get rid of 3.4 on that box. I'll leave
10 > PYTHON_TARGETS at "python2_7 python3_5" unless I find something that also
11 > needs 3.4 in there.
12 >
13 > Failure came fast, example;
14 The following REQUIRED_USE flag constraints are unsatisfied:
15 python? ( at-most-one-of ( python_targets_python3_4
16 python_targets_python3_5 python_targets_python3_6 )
17
18 So ive unset PYTHON_TARGETS and PYTHON_SINGLE_TARGET again.

Replies

Subject Author
Re: [gentoo-user] Python 3.5 Peter Humphrey <peter@××××××××××××.uk>