If you used the setup.py method, the target installation directory will not generally be in your system path. So, the shell can't find it. I usually do this:
cd /user/weewx sudo ./bin/wee_extension --install /path/to/the/interceptor/extension Where, of course, you need to replace /path/to/the/interceptor/extension with the real path to the extension. I strongly urge everyone to learn the basics of how Linux shells work. The same principles apply to Windows, MacOS, Solaris, and many other operating systems, so they are well worth learning. -tk On Thu, Jan 18, 2018 at 4:45 PM, rich T <[email protected]> wrote: > When attempting to install the interceptor driver using the following: > sudo wee_extension --install weewx-interceptor.zip > I get sudo: wee_extension: command not found. > > I did a clean install on a RPI3. > > Distributor ID: Raspbian > Description: Raspbian GNU/Linux 9.3 (stretch) > Release: 9.3 > Codename: stretch > > Kernel 4.9.59-v7+ > > WeeWX 3.8.0 > > WeeWX was installed using setup.py method. > > -- > 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]. > For more options, visit https://groups.google.com/d/optout. > -- 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]. For more options, visit https://groups.google.com/d/optout.
