mirror of
https://github.com/smittix/intercept.git
synced 2026-07-06 00:28:12 -07:00
f4265a8384
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>