From 14cc047cf4e8e2028be9c34cb6b79ef20816b532 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Tue, 13 Aug 2024 09:31:36 +0200 Subject: [PATCH] vagrant install: remove custom python path --- vagrant/Install-on-Ubuntu-24.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/vagrant/Install-on-Ubuntu-24.sh b/vagrant/Install-on-Ubuntu-24.sh index a8e99837..35882a79 100755 --- a/vagrant/Install-on-Ubuntu-24.sh +++ b/vagrant/Install-on-Ubuntu-24.sh @@ -176,7 +176,6 @@ Requires=nominatim.socket [Service] Type=simple -Environment="PYTHONPATH=/usr/local/lib/nominatim/lib-python/" User=www-data Group=www-data WorkingDirectory=$USERHOME/nominatim-project -- 2.39.5