mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-14 16:44:59 +00:00
9 lines
289 B
Markdown
9 lines
289 B
Markdown
To use aider with pipx on replit, you can run these commands in the replit shell:
|
|
|
|
```bash
|
|
pip install pipx
|
|
pipx run aider-chat ...normal aider args...
|
|
```
|
|
|
|
If you install aider with pipx on replit and try and run it as just `aider` it will crash with a missing `libstdc++.so.6` library.
|
|
|