From 827827e1cb89be75215d3957ca7442d1e99994c6 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Thu, 8 Aug 2024 14:39:26 +0200 Subject: [PATCH] force nominatim to be run with venv python --- cmake/tool-installed.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/tool-installed.tmpl b/cmake/tool-installed.tmpl index 915f1d69..47c17f41 100644 --- a/cmake/tool-installed.tmpl +++ b/cmake/tool-installed.tmpl @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/srv/nominatim.openstreetmap.org/venv/bin/python3 import sys import os -- 2.39.5