On Wed, 6 May 2009 09:52:08 -0400 John covici <[email protected]> wrote:
> The question is, I would not mind switching back to 2.5, but how do I > do this -- I had to run pythonupdater to switch from 2.5 to 2.6, what > is the procedure to do the reverse? Make sure python-2.5 is installed: emerge -av =dev-lang/python-2.5* eselect python set python2.5 python-updater --old-version 2.6 Mask python-2.6. This is needed because python will automatically eselect the newest version each time it's emerged: echo "=dev-lang/python-2.6*" >> /etc/portage/package.mask emerge -C '=dev-lang/python-2.6*' /loki_val

