Install Aider via pipx
pipx installs Python CLI tools in isolated environments so you can run `aider` from anywhere without polluting your project venvs. If you don't have pipx, install it once and it pays back forever. Plain `pip install aider-chat` also works inside an existing venv if you prefer.
`aider: command not found` after install.
pipx put it on a PATH that's not active in your current shell. Either start a new terminal, or run `python3 -m pipx ensurepath` and re-source your shell config (`source ~/.zshrc` or `~/.bashrc`).