On Sunday, July 28, 2019 at 5:12:12 AM UTC-7, Michael Stuhldreier wrote: > > can“t copy the *.zip file to /etc/weewx, because i have no permissions to > copy my downloaded zip file to this directory. > > > This is the most frequently asked question in this group, I think.
If you have no permissions, it is because you are trying to write to a directory (/etc/weewx) that is owned by root, and you are probably running on a raspberry pi and are logged in as the default user 'pi'. You need to remember to use 'sudo' before your commands. So if you copied it to /home/downloads your command would likely be: sudo /home/weewx/bin/wee_extension --install=/home/downloads/neo-latest.zip -- 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 on the web visit https://groups.google.com/d/msgid/weewx-user/b021e0c2-5f2c-4a92-bb64-2888e482cd46%40googlegroups.com.
