[HomeAssistant( Core)] Fix pip issues

This commit is contained in:
Sam Heinz
2024-04-12 18:11:17 +10:00
parent 975bbb3b9b
commit bd785017a1
2 changed files with 2 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ $STD update-alternatives --install /usr/bin/python3 python3 /usr/local/bin/pytho
cd ~
rm -rf Python-3.12.2
msg_ok "Installed Python 3.12"
rm -rf /usr/local/bin/python3.*/EXTERNALLY-MANAGED
msg_info "Installing Home Assistant-Core"
mkdir /srv/homeassistant

View File

@@ -26,6 +26,7 @@ $STD apt-get install -y \
python3-dev \
python3-pip \
python3-venv
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
msg_ok "Updated Python3"
msg_info "Installing runlike"