From b2f945f7a8732419f7a26bfdbe736de3ad55ac25 Mon Sep 17 00:00:00 2001 From: Dave Gaeddert Date: Mon, 16 Dec 2024 12:05:05 -0600 Subject: [PATCH] Fix source path --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index b322d14..6477135 100755 --- a/bin/compile +++ b/bin/compile @@ -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