my weewx user automatically activates the virtual environment, so when i login/sudo to weewx to do interactive weewx stuff, it is all there. add to end of ~weewx/.bashrc (or .profile or similar) [ -f "$HOME/venv/bin/activate" ] && source "$HOME/venv/bin/activate" ⊣GE⊢
> On 17 Mar 2025, at 12:30 pm, gjr80 <[email protected]> wrote: > > You need to activate the virtual environment first with something like: > > source ~/weewx-venv/bin/activate > > then run weectl database calc-missing with something like: > > weectl database calc-missing > > adding whatever calc-missing command line options you require. You might want > to use the --dry-run command line option until you have the correct/intended > settings. > > If you have anything other than a default install you may need to start > adding paths to config files etc. > > Gary > On Sunday, 16 March 2025 at 21:14:46 UTC+10 [email protected] wrote: >> I have WeeWX 5.1 running happily on a Mac using the PIP install method. >> >> I want to use calc-missing but can't figure out the exact syntax ! > > > -- > 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] > <mailto:[email protected]>. > To view this discussion visit > https://groups.google.com/d/msgid/weewx-user/2e1d902c-6098-487a-ada9-d55cdcb70aa6n%40googlegroups.com > > <https://groups.google.com/d/msgid/weewx-user/2e1d902c-6098-487a-ada9-d55cdcb70aa6n%40googlegroups.com?utm_medium=email&utm_source=footer>. -- 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 visit https://groups.google.com/d/msgid/weewx-user/29A666D6-377C-4060-94C1-9143FDD00682%40geddy.au.
