Re: [voidlinux/void-packages] Python-3.6.2_1 update doesn't establish /usr/bin/python3 symlink to python3.6 (#7521)

Anachron at Tue, 29 Aug 2017 09:45:44 +0000 (UTC)
Had the same issue, @Duncaen already knows about it. A simple `xbps-alternatives -p python3 python3` fixes this.
cavalier911 at Tue, 29 Aug 2017 14:55:41 +0000 (UTC)
xbps-alternatives -g python3 -s python3 $ ls -l /usr/bin/python lrwxrwxrwx 1 root root 9 Aug 29 10:46 /usr/bin/python -> python2.7 $ ls -l /usr/bin/python3 lrwxrwxrwx 1 root root 9 Aug 29 10:46 /usr/bin/python3 -> python3.6 Reference: https://forum.voidlinux.eu/t/python3-gone-missing/3319/3?u=cardinal
Alessio Sergi at Wed, 17 Jan 2018 08:43:26 -0800
`python3` alternatives group is gone.
Alessio Sergi at Wed, 17 Jan 2018 16:43:27 +0000 (UTC)
Closed #7521.