127
127
Bash

Command Not Found

Shell cannot locate the command in PATH.

Meaning

Shell cannot locate the command in PATH.

Typical Trigger

Typo in the command name.

Fast Fix

Install the command.

#not-found #bash #path

Meaning

Returned by the shell when lookup fails.

Typical Triggers

  • Typo in the command name.
  • Program not installed or PATH missing its directory.

Quick Checks

  • Run command -v <cmd> or which <cmd>.
  • Check echo $PATH for expected directories.

Fix Steps

  • Install the command.
  • Add its directory to PATH or use the full path.

Quick Facts

Code
127
Tool
Bash
Category
not-found

Terminal AI Assistant

TmuxAI is a terminal AI assistant for tmux and CLI workflows. Get help with commands, fixes, and explanations without breaking focus.

Explore TmuxAI