When I try an emerge I get
E6430 ~ # emerge --update --changed-use --with-bdeps=n --exclude chromium
--keep-going @world
python-exec: Invalid impl in /etc/python-exec/python-exec.conf: python3.4
These are the packages that would be merged, in reverse order:
Calculating dependencies... done!
Nothing to merge; quitting.
eselect python list gives
Available Python interpreters, in order of preference:
[1] python3.6
[2] python3.4 (uninstalled)
[3] python3.5 (fallback)
[4] python2.7 (fallback)
Am I correct in believing that I should now execute
eselect python cleanup
thanks in advance
allan