Commit 2aa6d30 Tim Heinsohn
committed
1 parent a560862 commit 2aa6d30 Copy full SHA for 2aa6d30
File tree 2 files changed +4
-8
lines changed
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 4
4
# <https://github.com/Aider-AI/aider/issues/1984>
5
5
6
6
# Install Aider with uv
7
- # Use VERSION=0.72 to install specific version:
8
- # VERSION=0.72 ./aider/install
9
- echo " Installing aider-chat${VERSION: + version $VERSION } ..."
10
- uv tool install --python python3.12 --force aider-chat${VERSION: +==$VERSION } &&
7
+ echo " Installing aider-chat..."
8
+ uv tool install --python python3.12 --force aider-chat &&
11
9
12
10
# Create virtual environment
13
11
echo " Creating virtual environment..." &&
Original file line number Diff line number Diff line change 4
4
#! /bin/bash
5
5
6
6
# Update Aider using uv
7
- # To rollback/downgrade, specify VERSION:
8
- # VERSION=0.72 ./aider/update
9
- echo " Updating aider-chat${VERSION: + to version $VERSION } ..."
10
- uv tool install --python python3.12 ${VERSION: +--force} " aider-chat${VERSION: +==$VERSION } " ${VERSION:- --upgrade aider-chat}
7
+ echo " Updating aider-chat..."
8
+ uv tool install --python python3.12 --upgrade aider-chat
11
9
12
10
# Update dependencies in virtual environment
13
11
if [ -d ~ /.aider-venv ]; then
You can’t perform that action at this time.
0 commit comments