venv

HA venv to Docker

1 minute read

Another year, another Python deprecation, another flood of posts asking how to upgrade a Python venv. 

Upgrading the Python Virtual Environment

4 minute read

Unless you’re running local other software directly from the venv, consider switching to Docker. It’ll save you from ever needing to upgrade Python and rebui...