2014-08-11 23:36 GMT+02:00 Ned Deily <[email protected]>: > In article <[email protected]>, > Grant Edwards <[email protected]> wrote: >> Apparently. Perhaps theres an "enable LSB compliance" option >> somewhere in the Arch install docs, but I didn't see it... > > Also beware that, unlike most other distributions and contrary to > recommended practice, Arch has chosen to make Python 3 its default, that > is, when everything is installed, `python` invokes `python3`, rather > than `python2`. So you may need to change shebang lines in scripts, etc. > > https://wiki.archlinux.org/index.php/python > > -- > Ned Deily, > [email protected] > > -- > https://mail.python.org/mailman/listinfo/python-list
Also Gentoo uses Python3 by default for some months now. The positive side effect for me has been that I started seriously to switch to python3. Best -- https://mail.python.org/mailman/listinfo/python-list
