docs: add Windows PATH troubleshooting for CLI#1656
Open
siddhisanap wants to merge 1 commit into
Open
Conversation
Contributor
PR governanceThis PR does not yet satisfy the required template fields:
Please update the PR body, or move the PR back to draft while it is still in progress. |
JerrettDavis
requested changes
Jul 1, 2026
JerrettDavis
left a comment
Collaborator
There was a problem hiding this comment.
Thanks for adding this; the content addresses the Windows PATH failure mode clearly. One placement issue before this is ready: the new section is inserted under \Provider-Specific Issues, but this is an installation/PATH problem rather than an OpenAI/Claude/provider problem. Please move \Windows: headroom command not found\ into the existing \Installation Issues\ section so users scanning the troubleshooting page can find it in the right category. A blank line before the next heading would also keep the MDX formatting tidy.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds a Windows troubleshooting section for users who successfully install Headroom but encounter:
The documentation explains how to verify that
headroom.exewas installed successfully and how to resolve the issue by ensuring the Python Scripts directory is available on the system PATH.Closes #1470
Type of Change
Changes Made
headroom.exeis installed.Testing
Test Output
Verified installation using:
Output:
Verified CLI executable:
dir C:\Users\isidd\AppData\Local\Programs\Python\Python312\Scripts\headroom*Output:
Verified the CLI:
headroom --helpOutput (truncated):
Real Behavior Proof
Environment
Exact command / steps
headroom.exeexists:dir C:\Users\isidd\AppData\Local\Programs\Python\Python312\Scripts\headroom*Added the Python Scripts directory to the Windows PATH.
Restarted PowerShell.
Verified successfully:
headroom --helpObserved Result
The installation completed successfully, but the CLI was not initially available because the Python Scripts directory was missing from the Windows PATH.
After adding the Scripts directory to PATH and restarting the terminal, the
headroomcommand worked correctly.Not Tested
pip install headroom-ai) installation