ai-station/.venv/lib/python3.12/site-packages/aider/website/_includes/replit-pipx.md

10 lines
289 B
Markdown
Raw Normal View History

2025-12-25 14:54:33 +00:00
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.