On Monday, April 17, 2017 at 12:18:47 PM UTC-4, Tom Keffer wrote: > > The default install location, /home/weewx, will not work on the Mac, > because directory /home is reserved for something else. Instead, edit > setup.cfg, changing this > > home = /home/weewx > > > to this > > home = /Users/weewx > > > -tk >
or use this in setup.cfg: home = /Users/Shared/weewx then you do not have to sudo everything. m -- 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.
