Skip to content

Commit

Permalink
Fix source path
Browse files Browse the repository at this point in the history
  • Loading branch information
davegaeddert authored Dec 16, 2024
1 parent 776d801 commit b2f945f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ log "Install uv"
curl -LsSf "https://astral.sh/uv/$UV_VERSION/install.sh" | sh 2>&1 | indent

# Make the uv commands available
source "$HOME/.cargo/env"
source "$HOME/.local/bin/env"

# Install a Python version with uv so we get more
# recent releases by default
Expand Down

0 comments on commit b2f945f

Please sign in to comment.