1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kresus_ynh.git synced 2024-09-03 19:36:10 +02:00

Improve venv support

This commit is contained in:
Jean-Baptiste Holcroft 2018-08-03 23:33:28 +02:00
parent f28d375abf
commit f653d8b36c

View file

@ -39,7 +39,7 @@ url_prefix=__PATH__
; Overridden by the KRESUS_PYTHON_EXEC environment variable, if it's set. ; Overridden by the KRESUS_PYTHON_EXEC environment variable, if it's set.
; Example: ; Example:
; python_exec=python3 ; python_exec=python3
python_exec= python_exec=__FINALPATH__/venv/bin/python
[weboob] [weboob]
; The directory in which Weboob core is stored. ; 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. ; Overridden by the KRESUS_WEBOOB_DIR environment variable, if it's set.
; Example: ; Example:
; srcdir=/home/ben/code/weboob ; 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. ; Path to a file containing a valid Weboob's source list directory.
; Can be removed; defaults to "", indicating that Kresus will generate its own ; Can be removed; defaults to "", indicating that Kresus will generate its own