]> git.openstreetmap.org Git - nominatim.git/commitdiff
use /usr/bin/env for python script
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 14 Dec 2020 10:26:43 +0000 (11:26 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 19 Dec 2020 13:33:04 +0000 (14:33 +0100)
Makes it easier to use the script with a virtualenv setup.

utils/analyse_indexing.py

index d461f891ce0864a2720e1a88516b082af9f4510a..97cb6843ccc4c85a4770e695d64f8d3ed6a975a5 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 # SPDX-License-Identifier: GPL-2.0-only
 #
 # This file is part of Nominatim.