Weewx was originally installed using python3 (running on rpi 4 with buster)

Running  "ps axu | grep wee"

root     15080 15.8  3.3 122252 64084 ?        Sl   Nov04 388:36 python3 
/usr/share/weewx/weewxd --daemon --pidfile=/var/run/weewx.pid 
/etc/weewx/weewx.conf
pi       31454  0.0  0.0   7244   580 pts/0    S+   06:30   0:00 grep 
--color=auto wee

And running "cat /etc/default/weewx"

WEEWX_PYTHON=python3
WEEWX_PYTHON_ARGS=
WEEWX_BINDIR=/usr/share/weewx
WEEWX_BIN=/usr/bin/weewxd
WEEWX_CFG=/etc/weewx/weewx.conf
On Sunday, November 6, 2022 at 12:24:32 AM UTC-4 vince wrote:

> Guessing you installed weewx using python2 originally.
>
> Lets see what you're actually running.
>
> Try "ps axu | grep wee" and it should show us which python version you're 
> running.
>
> An example will look something like the following for a python3 packaged 
> install on debian 11:
>
> root         394  0.2  2.2 103192 22496 ?        Sl   21:20   0:00 python3 
> /usr/share/weewx/weewxd --daemon --pidfile=/var/run/weewx.pid 
> /etc/weewx/weewx.conf
>
> Also for a packaged install, run "cat /etc/default/weewx" which should 
> agree.
>
> On the same deb11 system, mine looks like:
>
> WEEWX_PYTHON=python3
> WEEWX_BINDIR=/usr/share/weewx
> WEEWX_BIN=/usr/bin/weewxd
> WEEWX_CFG=/etc/weewx/weewx.conf
>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/b56ec71b-3456-4276-bb72-2593e80d2b37n%40googlegroups.com.

Reply via email to