From 9b16f2139df1608c06b9131331810376fabe43c7 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Mon, 16 Dec 2024 16:02:49 -0800 Subject: [PATCH] feat: Install aider-chat using uv after uv install --- aider/website/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aider/website/install.sh b/aider/website/install.sh index 98f10952a..df5041ca6 100644 --- a/aider/website/install.sh +++ b/aider/website/install.sh @@ -1202,6 +1202,9 @@ install() { say " source $_fish_env_script_path_expr (fish)" fi fi + + # Install aider-chat using the newly installed uv + ensure "${_install_dir}/uv" tool install --force --python python3.12 aider-chat@latest } print_home_for_script() {