From dc9454bc753a39145493aa8a4d55a937b76b3417 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Thu, 9 Apr 2020 09:09:26 +0200 Subject: [PATCH] add pythonpath to use good tiramisu's version --- tmpl/risotto.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmpl/risotto.conf b/tmpl/risotto.conf index ae252e2..1a6b230 100644 --- a/tmpl/risotto.conf +++ b/tmpl/risotto.conf @@ -12,3 +12,4 @@ DB_ADDRESS=%%getVar('risotto_db_address') MESSAGE_PATH=%%getVar('risotto_messages_dir') CACHE_ROOT_PATH=%%getVar('risotto_cache_dir') SRV_SEED_PATH=%%getVar('risotto_seed_dir') +PYTHONPATH="/usr/lib/python3.6/dist-packages:$PYTHONPATH"