On 27 August 2016 at 23:46, Brad Atchison <[email protected]> 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.
