Philip Webb <purslow <at> ca.inter.net> writes:
> I've just installed python-3.4.1 alongside 2.7.7 3.2.5-r6 3.3.5-r1 . > I've changed the lines in make.conf to > USE_PYTHON="2.7 3.4" > PYTHON_TARGETS="python2_7 python3_4" > PYTHON_SINGLE_TARGET="python2_7" I use 'eselect python list' to see what options you have. Then I'd go to bugs.gentoo.org and poke around for any bug reports on python-3.4.* > > 'emerge -Np world' lists pkgs which mb updated, but none with 3.4.1 . > I have successfully remerged Vim with > > PYTHON_TARGETS="python2_7 (-python3_2) -python3_3 python3_4" > > Without any other info, I would remerge all affected pkgs to use 3.4.1 > & unmerge the earler versions of Python. Use a -p to see what it proposes to do first.... > However, (1) I don't know how to list pkgs which use the Python flag > & (2) I don't know which pkgs might not be safe with 3.4.1 (Portage ? ). I would not unmerge any version just yet. If a package absolutely needs python-3.4, it will let you know when you use a -p option. I'd also keep python 2.7 around a while longer, just to be safe. Keeping several old stable versions of python around is a good idea, imho. > Can anyone explain or point me to the relevant docs ? Best thing is to look for bug reports on 3.4.* with python. It is stable so there should not be anything significant. Note: without a working version of python, you system may become hosed, so be cautious with python as it is system critical. hth, James

