mirror of
https://github.com/smittix/intercept.git
synced 2026-06-11 15:33:32 -07:00
db2f3fc8e5
The subprocess was launched with bare 'python' which on Debian doesn't exist (python3 only) and wouldn't have access to the venv-installed radiosonde dependencies anyway. Using sys.executable ensures the same interpreter (with all installed packages) is used. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>