use /usr/bin/env for python script

Makes it easier to use the script with a virtualenv setup.
This commit is contained in:
Sarah Hoffmann
2020-12-14 11:26:43 +01:00
parent aeeee0d5da
commit 17a8cc5e29

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# SPDX-License-Identifier: GPL-2.0-only
#
# This file is part of Nominatim.