|
|
@ -691,8 +691,9 @@ PYTHONHASHSEED: 0
|
|
|
|
PYTHONIOENCODING: utf-8
|
|
|
|
PYTHONIOENCODING: utf-8
|
|
|
|
VIRTUAL_ENV: /var/recodex-worker-python-venv
|
|
|
|
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"
|
|
|
|
- src: "/var/recodex-worker-python-venv"
|
|
|
|
```
|
|
|
|
```
|
|
|
|