From 17a8cc5e29223fea3dbb1ae02f4450c17bbd7bfe Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Mon, 14 Dec 2020 11:26:43 +0100 Subject: [PATCH] use /usr/bin/env for python script Makes it easier to use the script with a virtualenv setup. --- utils/analyse_indexing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/analyse_indexing.py b/utils/analyse_indexing.py index d461f891..97cb6843 100755 --- a/utils/analyse_indexing.py +++ b/utils/analyse_indexing.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # SPDX-License-Identifier: GPL-2.0-only # # This file is part of Nominatim. -- 2.45.1