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() {