From 4024d914fd5c14fe356947d99b6a71d39afaabaa Mon Sep 17 00:00:00 2001 From: clsty Date: Sun, 4 May 2025 15:31:00 +0800 Subject: [PATCH] Try to fix #1261 --- scriptdata/installers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scriptdata/installers b/scriptdata/installers index 1d8593ba5..91015ce68 100644 --- a/scriptdata/installers +++ b/scriptdata/installers @@ -127,7 +127,7 @@ install-python-packages (){ x mkdir -p $ILLOGICAL_IMPULSE_VIRTUAL_ENV # we need python 3.12 https://github.com/python-pillow/Pillow/issues/8089 x uv venv --prompt .venv $ILLOGICAL_IMPULSE_VIRTUAL_ENV -p 3.12 - x source $ILLOGICAL_IMPULSE_VIRTUAL_ENV/bin/activate + x source $(eval echo $ILLOGICAL_IMPULSE_VIRTUAL_ENV)/bin/activate x uv pip install -r scriptdata/requirements.txt x mkdir -p $base/cache/blueprint-compiler && cd $base/cache/blueprint-compiler