mirror of
https://github.com/smittix/intercept.git
synced 2026-05-02 02:29:58 -07:00
The core pip install was suppressing errors with 2>/dev/null, and the verification check was finding packages in ~/.local/site-packages instead of the venv. When run with sudo, ~/.local isn't visible, causing the flask-compress warning. - Remove --quiet and stderr suppression from core package install - Use python -s flag in verification to ignore user site-packages - Update health check to also verify flask-compress and flask-wtf Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
88 KiB
Executable File
88 KiB
Executable File