Glenn, That did it, I tried a bunch of different combinations with the exception of
sudo python setup.py install It installed right up, and started the configuration. I am now running it in simulate and will check to see if it generates the HTML pages in a while... Thanks again. On Saturday, August 27, 2016 at 10:30:48 AM UTC-4, Glenn McKechnie wrote: > > On 27 August 2016 at 23:46, Brad Atchison <[email protected] <javascript:>> > wrote: > [...] > > > > The command did not work, so I did > > > > pi@raspberrypi:~/Downloads/weewx-3.5.0 $ python setup.py install > > running install > > running build > > running build_py > > running build_scripts > > running install_lib > > creating /home/weewx > > error: could not create '/home/weewx': Permission denied > > > > The command worked but there is a Permissions error. I am totally new > to > > command line and Pi, > > > > What do I need to do to correct my command or user to get this to > install. > > I am logged in under the default Pi user. > > You still need the sudo instruction, including that command will > remove the "Permission denied" error. > > ie:- sudo python setup.py install > > > > -- > > Cheers > Glenn > -- 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.
