From 50c806286e0dda8198b87faa4a3d0338827828e6 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 16 Dec 2024 16:12:30 -0800 Subject: [PATCH] copy --- aider/website/install.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/aider/website/install.sh b/aider/website/install.sh index 410fdefdf..e0e234826 100644 --- a/aider/website/install.sh +++ b/aider/website/install.sh @@ -1174,6 +1174,12 @@ install() { say "uv is installed!" + say "" + say "Installing aider..." + say "" + # Install aider-chat using the newly installed uv + ensure "${_install_dir}/uv" tool install --force --python python3.12 aider-chat@latest + # Avoid modifying the users PATH if they are managing their PATH manually case :$PATH: in *:$_install_dir:*) NO_MODIFY_PATH=1 ;; @@ -1203,11 +1209,6 @@ install() { fi fi - say "" - say "Installing aider..." - say "" - # 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() {