Skip to content

Commit 5ffd91e

Browse files
committed
Install uv into system venv
Fixes #38
1 parent 65922dc commit 5ffd91e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

run

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ bashio::log.info "Activating venv"
103103
. "$VENV_PATH/bin/activate"
104104
export UV_SYSTEM_PYTHON=false
105105

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+
106110
bashio::log.info "Setting new \$HOME"
107111
HOME="$( getent passwd "$USER" | cut -d: -f6 )"
108112
export HOME

0 commit comments

Comments
 (0)