Re: [weewx-user] Re: weewx 4.3.0 uses Python 2.7 instead of Python 3

2021-01-20 Thread 'Rene' via weewx-user
> sudo apt-get update > sudo apt-get install weewx > > > > On Wed, Jan 20, 2021 at 3:59 AM 'Rene' via weewx-user < > weewx...@googlegroups.com> wrote: > >> Just to add that Python 3 works: >> >> root@brix:~# python3 --version >> Python 3.6.9 >>

[weewx-user] Re: weewx 4.3.0 uses Python 2.7 instead of Python 3

2021-01-20 Thread 'Rene' via weewx-user
Just to add that Python 3 works: root@brix:~# python3 --version Python 3.6.9 Rene schrieb am Mittwoch, 20. Januar 2021 um 12:56:27 UTC+1: > Hi all, > I'm running weewx 4.3.0 and it still uses Python 2.7 although I have > installed Python 3 and /usr/bin/weewxd contains: > > #!/bin/sh >

[weewx-user] weewx 4.3.0 uses Python 2.7 instead of Python 3

2021-01-20 Thread 'Rene' via weewx-user
Hi all, I'm running weewx 4.3.0 and it still uses Python 2.7 although I have installed Python 3 and /usr/bin/weewxd contains: #!/bin/sh app=weewxd # Get the weewx location and interpreter. Default to something sane, but # look for overrides from the system defaults.