mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
Update documentation to use the generic python3 version of venv (#21885)
This commit is contained in:
parent
a202746670
commit
0e9cf0a64f
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user