utils
get_absolute_venv_path_v1(venv_path)
¶
If a path is not absolute, make it a relative path of FRACTAL_TASKS_DIR.
As of v2.7.0, we rename this to v1 since it is only to be used in v1.
Source code in fractal_server/tasks/utils.py
11 12 13 14 15 16 17 18 19 20 21 22 |
|