mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
feat: Install aider-chat using uv after uv install
This commit is contained in:
parent
ef14df5ba2
commit
9b16f2139d
1 changed files with 3 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue