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.