From ee175ac3824f8ba9d81212aa2282ed4dd6e39e46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kruli=C5=A1?= Date: Tue, 15 Sep 2020 14:40:06 +0200 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 362180d..c4a18f5 100644 --- a/Installation.md +++ b/Installation.md @@ -691,8 +691,9 @@ PYTHONHASHSEED: 0 PYTHONIOENCODING: utf-8 VIRTUAL_ENV: /var/recodex-worker-python-venv ``` +and update the `PATH` variable by prepending `/var/recodex-worker-python-venv/bin:`. -And register directory mapping in `bound-directories` list: +Finally, register directory mapping in `bound-directories` list: ``` - src: "/var/recodex-worker-python-venv" ```