I've noticed that as well. That seems to be the way setup.py works: however you invoke it, is how it installs the executables.
I will make a note in the setup docs. -tk On Wed, Jan 1, 2020 at 8:00 AM Cameron D <[email protected]> wrote: > A comment on the documentation. > I'm not sure if I missed it somewhere, but the docs say that if the > default python is v2 then "...you would be happiest if you install using > Python 2". > In fact, I wouldn't. I'd like to ensure programs use python3 where > possible, but I don't want to change the system default just yet for fear > of killing other python code. > > What I found by accident was that explicitly using python3 to run setup.py > will configure the hash-bang lines to use python 3 but I don't know if that > is the appropriate way. I was expecting a config option somewhere but > never saw any > > -- > 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/775a2da5-5f18-4848-8ff4-0b0af20b1b7c%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-development/775a2da5-5f18-4848-8ff4-0b0af20b1b7c%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAPq0zEC%2B-S-3vgEF%3DqiKdYh9SwpHRG5sEToXahBPXzgwH%2BmRzA%40mail.gmail.com.
