> > The only possibility is to come up with a shell script that invokes pip, then > follows up with "weectl station upgrade". Let me think about that. > --
Exactly. IMO, trying to shoehorn everything into the capabilities of “pip/wheel” with its model of virtual environments leads to extremely inefficient and complicated results - all because Python is optimizing itself for use cases that don’t quite match a single-instance system service. Fail2ban is another example. I have a hunch that a bash script that invokes pip/wheel for part of the stuff, and does the other stuff itself - outside of the python install paradigm - is going to lead to a simpler (and perhaps cleaner?) result. -- 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/AE09B174-C4AF-482E-B6C9-6E3EE56A20F6%40gmail.com.
