Commit 9960238
committed
Fix run script for Home Assistant 2024.10+
Home Assistant moved to `uv` in 2024.10. And they set `UV_SYSTEM_PYTHON=true` in their Docker image. This causes several errors (see #36) during start up when extra packages are installed (for example, by HACS).
We fix this by setting `UV_SYSTEM_PYTHON=false` after creating a venv.1 parent 52cbfdc commit 9960238
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| |||
0 commit comments