From f653d8b36c93acf9cdc7a77aea9ef2855b0a6819 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Fri, 3 Aug 2018 23:33:28 +0200 Subject: [PATCH] Improve venv support --- conf/config.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/config.ini b/conf/config.ini index dfe2402..85595f3 100644 --- a/conf/config.ini +++ b/conf/config.ini @@ -39,7 +39,7 @@ url_prefix=__PATH__ ; Overridden by the KRESUS_PYTHON_EXEC environment variable, if it's set. ; Example: ; python_exec=python3 -python_exec= +python_exec=__FINALPATH__/venv/bin/python [weboob] ; The directory in which Weboob core is stored. @@ -48,7 +48,7 @@ python_exec= ; Overridden by the KRESUS_WEBOOB_DIR environment variable, if it's set. ; Example: ; srcdir=/home/ben/code/weboob -srcdir=__FINALPATH__/venv/lib/python2.7/site-packages/ +srcdir= ; Path to a file containing a valid Weboob's source list directory. ; Can be removed; defaults to "", indicating that Kresus will generate its own