On Friday, August 30, 2019 at 1:37:38 PM UTC-7, Pat wrote: > > I notice weewxd has a shebang for python3 and runs without an issue when > using ./ ... Does setup.py need to be updated? > > From /home/weewx/bin/weewxd > > #!/usr/bin/python3 > > > Pat, I think things get altered based on which version of python you ran setup.py against, if memory serves.
I have a bash script that I was going to clean up and post a link to this weekend which can install weewx on Debian(ish) systems in a variety of ways: - latest dpkg - latest tgz released - latest tgz development version - latest git 'master' branch - hypothetically any other git branch in there too - with the tgz letting you pick either python2 or python3 All hands-off from clean to a full-up Simulator in one step - just uncomment a line or three at the top and run the script. Let me know if you want a copy (email me). -- You received this message because you are subscribed to the Google Groups "weewx-development" 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-development/ff988d29-4599-4d50-b639-acbaedd12d22%40googlegroups.com.
