cafaia Posted January 15, 2017 Report Share Posted January 15, 2017 I have 'PYTHON_SINGLE_TARGET="python3_4" PYTHON_TARGETS="python2_7 python3_4"' in my 'emerge --info', but I have this in my 'eselect python list': Available Python interpreters: [1] python2.7 * [2] python3.4 After of an 'eselect python set 2' what should I do to update python 2.7 to python 3.4 without 'python-updater'? Link to comment Share on other sites More sharing options...
0 cardinal Posted January 15, 2017 Report Share Posted January 15, 2017 http://www.funtoo.org/News:Python_Updater_Deprecation My ~amd system: PYTHON_SINGLE_TARGET="python3_4" PYTHON_TARGETS="python2_7 python3_4" Available Python interpreters: [1] python2.7 [2] python3.4 * Sandro 1 Link to comment Share on other sites More sharing options...
0 Tassie_Tux Posted January 16, 2017 Report Share Posted January 16, 2017 Try eselect python list --python3 eselect python set --python3 X where X is the number from eselect python list. Link to comment Share on other sites More sharing options...
0 cafaia Posted January 16, 2017 Author Report Share Posted January 16, 2017 Thank you all, I know that, what 'eselect python set 2' change to 'python3.4', but how I emerge all packages which depend on 'python'? Before I had the command 'python-updater' and now? Link to comment Share on other sites More sharing options...
0 Tassie_Tux Posted January 16, 2017 Report Share Posted January 16, 2017 Now instead of python-updater simply update your world set according to the last step in the instructions that cardinal posted above. ;) Link to comment Share on other sites More sharing options...
0 cafaia Posted January 16, 2017 Author Report Share Posted January 16, 2017 I do 'eselect python set 2', so I have: Available Python interpreters: [1] python2.7 [2] python3.4 * After I did 'emerge --update --deep --newuse --changed-use --with-bdeps=y @world' and nothing went reinstalled, is this correct? Link to comment Share on other sites More sharing options...
0 Tassie_Tux Posted January 16, 2017 Report Share Posted January 16, 2017 Did you update portage as well? The guide http://www.funtoo.org/News:Python_Updater_Deprecation recommended this. # emerge --ask --nodeps --oneshot sys-apps/portage If emerge is not indicating updates or rebuilds then I would take that as 'all complete'. Link to comment Share on other sites More sharing options...
0 cafaia Posted January 16, 2017 Author Report Share Posted January 16, 2017 Then all complete! Nothing for update or rebuild! Thank you very much! Tassie_Tux 1 Link to comment Share on other sites More sharing options...
Question
cafaia
I have 'PYTHON_SINGLE_TARGET="python3_4" PYTHON_TARGETS="python2_7 python3_4"' in my 'emerge --info', but I have this in my 'eselect python list':
Link to comment
Share on other sites
7 answers to this question
Recommended Posts