install uv in the install script

This commit is contained in:
Zeyad Moustafa Kamal
2025-02-04 12:38:55 +02:00
parent d0026143ed
commit 39f0dcf9f7
+3
View File
@@ -132,6 +132,9 @@ done
ags_state_dir=~/.local/state/ags ags_state_dir=~/.local/state/ags
showfun install-uv
v install-uv
x mkdir -p $ags_state_dir x mkdir -p $ags_state_dir
# we need python 3.12 https://github.com/python-pillow/Pillow/issues/8089 # we need python 3.12 https://github.com/python-pillow/Pillow/issues/8089
x uv venv --prompt .venv $PYTHON_VENV_PATH -p 3.12 x uv venv --prompt .venv $PYTHON_VENV_PATH -p 3.12