From b726460a8f660242b9aa8df79845006275e22d19 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Thu, 8 Aug 2024 15:15:17 +0200 Subject: [PATCH] also force nominatim in build dir to venv python --- cmake/tool.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/tool.tmpl b/cmake/tool.tmpl index 4053ca35..fff8231c 100755 --- a/cmake/tool.tmpl +++ b/cmake/tool.tmpl @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/srv/nominatim.openstreetmap.org/venv/bin/python3 import sys import os -- 2.39.5