How do I make weewx use python3 instead of python2? I initially installed weewx on Debian using the Debian package over a year ago and it was originally setup to use python2. I recently upgraded to weewx 4.3.0 with the Belchertown skin version 1.2 and so I want to also upgrade to python3. The normal way to change default packages in Debian is with the update-alternatives command, however, when I set python3 as the default, weewx continues to use python2 as seen from the command, "ps aux | grep weewx" whose output contains:
python2 /usr/share/weewx/weewxd --daemon --pidfile=/var/run/weewx.pid /etc/weewx/weewx.conf So, the service is started with python2. How do I change the weewx service to use python3? Thanks, Gordon -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/807bfd14-5724-4116-b369-c7d2d49f15b9n%40googlegroups.com.
