--
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 weewx-user+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/2d424f13-0657-4366-bb69-167822a8f926n%40googlegroups.com.
--- pablo
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/31f348fa-d630-4caf-99d1-877ac006b2a3n%40googlegroups.com.
python -m venv --copies weewx-venv
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/31f348fa-d630-4caf-99d1-877ac006b2a3n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/bba47d65-5c93-4ad0-bbab-db16489fafdan%40googlegroups.com.
Alternatively, one could create the virtual environment using the --copies flag:python -m venv --copies weewx-venvThis will install copies of the Python interpreter instead of symlinking. Of course, expect it to take up a lot more space.
Yep, I understand that OS upgrades are under my control. I want to upgrade, why wouldn't I want the enhancements and security of a new release?So, the "Don't upgrade" answer isn't valid.
Pin packages to a specific version.Again, are these newer releases done just to give the devs something to do? Or are there various fixes and enhancements? When would I wish to unpin a package?
Creating a venv using a specific python version sounds like an additional step to get where I am now. The OS version changed. So, then I'd try to install an additional version of python using apt.No, thanks, I'm not looking for additional things to dink with.
Having a list of the modules in use is great and will save time going forward.I kinda like the idea of --copiesI don't mind the extra space needed if I avoid the mess I had trying to upgrade to Trixie.
I'm going to create a new install and keep weewx separate from my other website. Until now, I ran them on the same machine for laziness/simplicity sake. SSL certs, mosquitto, DDNS, proxy. I believe weewx now warrants it's own virtual machine.
I'm going to create a new install and keep weewx separate from my other website. Until now, I ran them on the same machine for laziness/simplicity sake. SSL certs, mosquitto, DDNS, proxy. I believe weewx now warrants it's own virtual machine.Sure - but I have to ask. A virtual machine is just another way of doing a full os. The same questions exist. Are you going to set automatic updates on for the virtual machine ? You have the same decisions to make for pain-vs-gain and risk-vs-benefit. Same thing if you go docker. The questions don't go away nor does your individual measure of worth it or not. You're just making a pretty simple thing potentially more complicated unless you have other reasons to go VM or docker. Everybody's worth-it vs not measure is different. There are no wrong answers.