Update homeassistant-core-v5-install.sh

python 3.11.1
This commit is contained in:
tteckster 2023-03-01 14:15:42 -05:00 committed by GitHub
parent 2c27ff2cfe
commit c664821514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -135,10 +135,10 @@ echo -e 'if command -v pyenv 1>/dev/null 2>&1; then\n eval "$(pyenv init --path)
msg_ok "Installed pyenv"
. ~/.bashrc
set -e
msg_info "Installing Python 3.10.8"
$STD pyenv install 3.10.8
pyenv global 3.10.8
msg_ok "Installed Python 3.10.8"
msg_info "Installing Python 3.11.1"
$STD pyenv install 3.11.1
pyenv global 3.11.1
msg_ok "Installed Python 3.11.1"
msg_info "Installing Home Assistant-Core"
mkdir /srv/homeassistant