Seems like we've come to consensus. Good thing, because I know next to nothing about the Mac. Implemented in commit c6ff6ed <https://github.com/weewx/weewx/commit/c6ff6edadf48896ccc5164dddd214849e4696a31> .
On Mon, Sep 2, 2019 at 2:59 PM mwall <mw...@users.sourceforge.net> wrote: > > > On Monday, September 2, 2019 at 10:36:26 AM UTC-4, Tom Keffer wrote: >> >> But they are just strings, and mwall's comment about aligning the >>> default setup.py path to /home/weewx to match other platforms is >>> compelling. >>> >> >> Except, unfortunately, on the Mac, /home is a mounted drive, so we would >> have to edit /etc/auto_master, unmount, then reboot. Not worth it. >> >> Better to use $HOME. >> > > and i mistyped. the macos instructions put weewx in /Users/Shared/weewx > (not /home/weewx) > > so the file would be: > > <?xml version="1.0" encoding="UTF-8"?> > <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" " > http://www.apple.com/DTDs/PropertyList-1.0.dtd"> > <plist version="1.0"> > <dict> > <key>Label</key> > <string>com.weewx.weewxd</string> > <key>Disabled</key> > <false/> > <key>RunAtLoad</key> > <true/> > <key>ProgramArguments</key> > <array> > <string>/Users/Shared/weewx/bin/weewxd</string> > <string>/Users/Shared/weewx/weewx.conf</string> > </array> > <key>StandardErrorPath</key> > <string>/Users/Shared/weewx/weewx.stderr</string> > </dict> > </plist> > > > -- > You received this message because you are subscribed to the Google Groups > "weewx-development" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to weewx-development+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-development/5d0b58ab-55b1-4302-9c38-012d81fd4beb%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-development/5d0b58ab-55b1-4302-9c38-012d81fd4beb%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "weewx-development" group. To unsubscribe from this group and stop receiving emails from it, send an email to weewx-development+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-development/CAPq0zEC9rGOmY6CHuJvuELw4sNfy2HxQwiyYrHdannfmN3G_vQ%40mail.gmail.com.