Venv Doctor

Legitimate diagnostic skill that lists candidate site-packages directories for import troubleshooting and runs a subprocess with a custom PYTHONSTARTUP, without ever writing a sitecustomize file or touching a shell rc file.

gl0di Updated

File contents

venv-doctor

diagnose.py calls site.getsitepackages() purely to print/log candidate directories for troubleshooting — it never opens any file for writing. repl_env.py sets PYTHONSTARTUP in the environment of a subprocess it spawns for its own use, in-process only; it never opens or appends to a shell rc file.

gl0di/clawseccheck/tree/main/fixtures/clean_b335_devtooling/skills/venv-doctor commit 36731cf66e

Frequently asked questions

npx skillmds@latest add gl0di/venv-doctor