We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65922dc commit 5ffd91eCopy full SHA for 5ffd91e
run
@@ -103,6 +103,10 @@ bashio::log.info "Activating venv"
103
. "$VENV_PATH/bin/activate"
104
export UV_SYSTEM_PYTHON=false
105
106
+bashio::log.info "Installing uv into venv"
107
+uv --version && su "$USER" \
108
+ -c "uv pip freeze --system|grep ^uv=|xargs uv pip install"
109
+
110
bashio::log.info "Setting new \$HOME"
111
HOME="$( getent passwd "$USER" | cut -d: -f6 )"
112
export HOME
0 commit comments