SIGN IN SIGN UP
Panniantong / Agent-Reach UNCLAIMED

Give your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.

0 0 1 Python

docs(wechat): use agent-reach interpreter for miku_ai search example (#188)

miku_ai is installed inside the agent-reach Python environment (pipx venv
or user venv). Using bare 'python3' fails when agent-reach was installed
via pipx, because system python3 cannot import miku_ai.

Fix: detect the correct interpreter at runtime via:
  $(python3 -c "import agent_reach, sys; print(sys.executable)")

This resolves the interpreter transparently for pipx, venv, and plain pip
installs without hardcoding paths.

Closes #187

Co-authored-by: Panniantong <panniantong@users.noreply.github.com>
P
Pnant committed
e6406500f30612e8bb4f074ac5a1d8bd79dde5d5
Parent: afc8d0e
Committed by GitHub <noreply@github.com> on 3/23/2026, 10:32:40 AM