On Thursday, January 2, 2020 at 12:17:57 PM UTC-8, Tom Keffer wrote:
>
> Respectively, disagree. At this point, editing the pages on weewx.conf is 
> not only more work, but would add to the confusion. Python 3? Version 3.x 
> supports Python 3?
>
>
>
No, I'm merely suggesting a change

From:

    ./setup.py build
    sudo ./setup.py install

To:

    python setup.py build
    sudo python setup.py install


Basically to reinforce best practices as Matthew mentioned earlier.
Always specify the python you want to use.

But no biggie either way.  Thanks.

-- 
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/5f709e2e-6250-4491-9648-1672d81d18db%40googlegroups.com.

Reply via email to