From e101ec8a6186ff50d01d97c4d18cfaeef31fa4ea Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 13 May 2026 08:49:25 +0200 Subject: [PATCH] changelogs: use env for proper venv use --- collect_changelogs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collect_changelogs.py b/collect_changelogs.py index e6a16c05..c946f068 100755 --- a/collect_changelogs.py +++ b/collect_changelogs.py @@ -1,4 +1,4 @@ -#!/usr/local/bin/python3 +#!/usr/bin/env python3 """ Copyright (c) 2020-2021 Ad Schellevis All rights reserved.