---
title: "Aider not found"
description: "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."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/aider-not-found
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:07:26.149Z
license: CC-BY-4.0
attribution: "Aider not found — Claudary (https://claudary.paisolsolutions.com/skills/aider-not-found)"
---

# 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.

## Overview

---
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 run aider in these situations:

```
python -m aider
```

You should also consider 
[installing aider using aider-install, uv or pipx](/docs/install.html).

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/aider-not-found) · https://claudary.paisolsolutions.com
