Re: Ubuntu issues

2024-06-30 Thread אורי
Hi Shlomo, "python3 --version" returns Python 3.6.9 in both my Ubuntu 18.04.6 LTS servers. But I think the first server has a better pip version and certbot version. Is it possible to upgrade the second server to the same pip and certbot versions without upgrading Python? Thanks, Uri. אורי u...@

Re: Ubuntu issues

2024-06-30 Thread Eli Billauer
Hello, What I do in these situations is to install a new distribution in a subdirectory, and then run the desired stuff with chroot into that subdirectory. In other words, install the new distribution on a virtual machine, and copy its root filesystem. It's a really dirty trick, and sometime

Re: Ubuntu issues

2024-06-30 Thread Shlomo Solomon
Of course, it's your decision not to upgrade Ubuntu, but from my experience, upgrading Python to other than what Ubuntu supplies as a default can break the system. For example, in my case apt stopped working properly. If you really need a newer version of Python, pyenv might be worth looking at.