Skip to content

Commit

Permalink
ensurepath
Browse files Browse the repository at this point in the history
  • Loading branch information
zmc committed Jan 15, 2025
1 parent cf83f32 commit ac9da3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ export LANG=${LANG:-C.UTF-8}
if ! UV=$(command -v uv); then
pipx install uv
fi
command -v uv > /dev/null || pipx ensurepath
PATH=$PATH:$HOME/.local/bin
uv sync --frozen --all-extras

# Install ansible collections
Expand Down

0 comments on commit ac9da3c

Please sign in to comment.