Added explicit '--with pip' to aider update

This commit is contained in:
Roger Gonzalez 2025-05-12 09:59:29 -03:00
parent ee3d0f2833
commit 449aef978e
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -56,7 +56,7 @@ alias fix-bluetooth="sudo systemctl restart bluetooth.service && sleep 10 && sud
# Use xprop to get the WM_CLASS property of a window (useful for window manager rules)
alias get-class="xprop | grep WM_CLASS"
# Update the aider-chat tool using uv and pip, ensuring playwright dependencies are met
alias update-aider="uv tool install --force --python python3.12 aider-chat@latest && /home/roger/.local/share/uv/tools/aider-chat/bin/python3 -m pip install --upgrade --upgrade-strategy only-if-needed aider-chat[playwright] && /home/roger/.local/share/uv/tools/aider-chat/bin/python3 -m playwright install chromium"
alias update-aider="uv tool install --force --python python3.12 --with pip aider-chat@latest && /home/roger/.local/share/uv/tools/aider-chat/bin/python3 -m pip install --upgrade --upgrade-strategy only-if-needed aider-chat[playwright] && /home/roger/.local/share/uv/tools/aider-chat/bin/python3 -m playwright install chromium"
# tabtab source for packages (Currently commented out)
# Provides generic completion support for various tools.