How to switch the old aktiv python 3.1 to the new python3.2 under gentoo linux
0How to switch the old aktiv python 3.1 to the new python3.2 under gentoo linux
check all python 3.++ versions on your system
eselect python list --python3
set python 3.2 with eselect
eselect python set --python3 2 #use your ID from your list in my case it is 2
It is a good idee to run the python updater after the version switch
python-updater
have fun