Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SaswatPadhi committed Nov 10, 2024
1 parent 9ef5100 commit 0d11a7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ bashio::log.info "Activating venv"
. "$VENV_PATH/bin/activate"
export UV_SYSTEM_PYTHON=false

bashio::log.info "Installing uv into venv"
uv --version && su "$USER" \
-c "uv pip freeze --system|grep ^uv=|xargs uv pip install"

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

0 comments on commit 0d11a7a

Please sign in to comment.