On Wednesday, March 20, 2019 at 9:41:44 AM UTC-4, V. Kelly Bellis wrote: > > pi@raspberrypi:~ $ /usr/local/share/xtide/harmonics-dwf-20181227-free.tcd > tide -l Ellsworth > bash: /usr/local/share/xtide/harmonics-dwf-20181227-free.tcd: Permission > denied > > you just tried to execute a harmonics file. harmonics files are data, not executables.
you want this: HFILE_PATH=/usr/local/share/xtide/harmonics-dwf-20181227-free.tcd tide -l Ellsworth or, if you created the tide.sh script, simply: /path/to/tide.sh -l Ellsworth but for less grey hair (oops! too late for that one for many of us!) use the second option in my previous posting. 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.
