LINUX.ORG.RU

История изменений

Исправление Einstok_Fair, (текущая версия) :

$ eselect python list
Available Python interpreters, in order of preference:
  [1]   python2.7
  [2]   python3.5

$ eselect python show
python2.7

$ for variant in '' '--python2' '--python3'; do i=$(eselect python --show ${variant} 2>/dev/null); echo ${i}; done
python2.7
python2.7
python3.5

Исходная версия Einstok_Fair, :

$ eselect python list
Available Python interpreters, in order of preference:
  [1]   python2.7
  [2]   python3.5

$ eselect python show
python2.7