Skip to content

fix: use python3 -m graphify instead of bare graphify command#1

Open
Ashu368 wants to merge 1 commit into
tenfoldmarc:mainfrom
Ashu368:fix/graphify-python3-module-invocation
Open

fix: use python3 -m graphify instead of bare graphify command#1
Ashu368 wants to merge 1 commit into
tenfoldmarc:mainfrom
Ashu368:fix/graphify-python3-module-invocation

Conversation

@Ashu368

@Ashu368 Ashu368 commented Apr 16, 2026

Copy link
Copy Markdown

Summary

  • The graphify CLI binary is not on PATH when installed via pip install graphifyy — only the Python module is available
  • session-end.sh was calling graphify . which returned error: unknown command '.' and silently failed on every session end
  • Changed to python3 -m graphify which works regardless of PATH configuration

Test plan

  • Install graphifyy via pip on a fresh machine and confirm graphify is not in PATH
  • Verify python3 -m graphify . --wiki --update runs correctly from a vault directory
  • Confirm session-end hook no longer silently fails

🤖 Generated with Claude Code

The `graphify` CLI binary is not installed in PATH when installed via
pip install graphifyy — only the Python module is available. The hook
was silently failing on every session end because `graphify .` returned
"unknown command '.'".

Fixes session-end.sh to use `python3 -m graphify` which works
regardless of whether the graphify binary is on PATH.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant