feat: Install aider-chat using uv after uv install

This commit is contained in:
Paul Gauthier (aider) 2024-12-16 16:02:49 -08:00
parent ef14df5ba2
commit 9b16f2139d

View file

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