Skip to content

Commit 65922dc

Browse files
authored
Merge pull request #37 from SaswatPadhi/patch-1
Fix run script for Home Assistant 2024.10+
2 parents 52cbfdc + 9960238 commit 65922dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ fi
101101
bashio::log.info "Activating venv"
102102
# shellcheck source=/dev/null
103103
. "$VENV_PATH/bin/activate"
104+
export UV_SYSTEM_PYTHON=false
104105

105106
bashio::log.info "Setting new \$HOME"
106107
HOME="$( getent passwd "$USER" | cut -d: -f6 )"

0 commit comments

Comments
 (0)