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:
parent
f28d375abf
commit
f653d8b36c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue