HA venv to Docker
Another year, another Python deprecation, another flood of posts asking how to upgrade a Python venv.
Another year, another Python deprecation, another flood of posts asking how to upgrade a Python venv.
Note: This is based off the original Home Assistant virtual environment instructions - before they were reduced to a handful of steps.
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...