Update homeassistant-core-install.sh

This commit is contained in:
CanbiZ 2025-01-08 17:06:49 +01:00 committed by GitHub
parent 0636e48803
commit 344e3a9f8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,7 +64,7 @@ msg_ok "Setup Python3"
msg_info "Setting up Home Assistant-Core environment"
mkdir /srv/homeassistant
cd /srv/homeassistant
python3 venv .
python3 -m venv .
source bin/activate
msg_ok "Created virtual environment with UV"