Skip to content

Commit 0e9cf0a

Browse files
authored
Update documentation to use the generic python3 version of venv (home-assistant#21885)
1 parent a202746 commit 0e9cf0a

File tree

1 file changed

+1
-1
lines changed
  • source/_includes/installation

1 file changed

+1
-1
lines changed

source/_includes/installation/core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Next up is to create and change to a virtual environment for Home Assistant Core
7171
```bash
7272
sudo -u homeassistant -H -s
7373
cd /srv/homeassistant
74-
python{{site.installation.versions.python}} -m venv .
74+
python3 -m venv .
7575
source bin/activate
7676
```
7777

0 commit comments

Comments
 (0)