mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-15 00:54:59 +00:00
copy
This commit is contained in:
parent
9b16f2139d
commit
ecbac76cba
2 changed files with 25 additions and 4 deletions
|
@ -1172,7 +1172,7 @@ install() {
|
|||
say " $_lib_name"
|
||||
done
|
||||
|
||||
say "everything's installed!"
|
||||
say "uv is installed!"
|
||||
|
||||
# Avoid modifying the users PATH if they are managing their PATH manually
|
||||
case :$PATH:
|
||||
|
@ -1203,6 +1203,9 @@ 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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue