From 0e9cf0a64fa0ec50190caec4073e09fe60e043c1 Mon Sep 17 00:00:00 2001 From: Yogotech's GITHub account Date: Sun, 27 Mar 2022 08:02:43 -0600 Subject: [PATCH] Update documentation to use the generic python3 version of venv (#21885) --- source/_includes/installation/core.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_includes/installation/core.md b/source/_includes/installation/core.md index 79641db662a..7f4d26c4a94 100644 --- a/source/_includes/installation/core.md +++ b/source/_includes/installation/core.md @@ -71,7 +71,7 @@ Next up is to create and change to a virtual environment for Home Assistant Core ```bash sudo -u homeassistant -H -s cd /srv/homeassistant -python{{site.installation.versions.python}} -m venv . +python3 -m venv . source bin/activate ```