Post #2600052
2026-05-03 14:57 UTC
@stf@chaos.social “distro”? Which distro of what component wrecked an existing Python installation? How did it rug pull the old Python. My installs are always incremental. What specific install rug pulled?
Replies (1)
-
@stf@chaos.social 2026-05-03 15:45
@slott56@fosstodon.org 1. apt get upgrade replaces python3.12 with python3.13 2. in the venv the python binary is stale, i update that binary (to the new version, but all the deps, arpython3.13 -m venv --upgrade venv/) e still in venv/lib/python3.12 so i have to reinstall all of those there.