This commit is contained in:
Paul Gauthier 2024-08-08 13:11:03 -03:00
parent 381f33c743
commit 0e2c7c60fa
3 changed files with 12 additions and 10 deletions

View file

@ -1,4 +1,5 @@
{: .tip }
In some environments the `aider` command may not be available
on your shell path.
You can also run aider like this: `python -m aider`
In some environments you may get "aider command not found" errors.
You can try `python -m aider` or
[see here for more info](/docs/troubleshooting/aider-not-found.html).