mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
copy
This commit is contained in:
parent
96ecb55cc8
commit
17c13da008
1 changed files with 25 additions and 0 deletions
25
aider/website/docs/troubleshooting/aider-not-found.md
Normal file
25
aider/website/docs/troubleshooting/aider-not-found.md
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
---
|
||||||
|
parent: Troubleshooting
|
||||||
|
nav_order: 28
|
||||||
|
---
|
||||||
|
|
||||||
|
# Aider not found
|
||||||
|
|
||||||
|
In some environments the `aider` command may not be available
|
||||||
|
on your shell path.
|
||||||
|
This can occur because of permissions/security settings in your OS,
|
||||||
|
and often happens to Windows users.
|
||||||
|
|
||||||
|
You may see an error message like this:
|
||||||
|
|
||||||
|
> aider: The term 'aider' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
|
||||||
|
|
||||||
|
Below is the most fail safe way to install and run aider in these situations:
|
||||||
|
|
||||||
|
```
|
||||||
|
python -m pip install aider
|
||||||
|
python -m aider
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
{% include venv-pipx.md %}
|
Loading…
Add table
Add a link
Reference in a new issue