From 1f1a9a0b13c8fc43f7c0301340f59c71b78c4e44 Mon Sep 17 00:00:00 2001 From: "Celestial.y" Date: Tue, 7 Oct 2025 13:44:21 +0800 Subject: [PATCH] Update scriptdata/uv/README.md --- scriptdata/uv/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scriptdata/uv/README.md b/scriptdata/uv/README.md index 91e7d9720..5110e5ca1 100644 --- a/scriptdata/uv/README.md +++ b/scriptdata/uv/README.md @@ -12,7 +12,7 @@ - Currently we use `env = ILLOGICAL_IMPULSE_VIRTUAL_ENV, ~/.local/state/quickshell/.venv` in `~/.config/hypr/hyprland/env.conf` to set this environment variable.[^1] - See the function `install-python-packages()` defined in `/scriptdata/lib/package-installers.sh` for details. -[^1]: Hyprland seems to have weird problem dealing with recursive variable, so we can not use `$XDG_STATE_HOME/quickshell/.venv`, else `$XDG_STATE_HOME` will possibly not expanded but recognised as literally `$XDG_STATE_HOME`. This problem never happens for some users, but according to some issues when we were using recursive variable setting in the past, it's possible to happen for other users. Reason unknown. +[^1]: Hyprland seems to have weird problem dealing with recursive variable, so we can not use `$XDG_STATE_HOME/quickshell/.venv` even if we had set `$XDG_STATE_HOME` to `~/.local/state` explicitly, else `$XDG_STATE_HOME` will possibly not get expanded but get recognised as literally `$XDG_STATE_HOME`. This problem never happens for some users, but according to some issues when we were using recursive variable setting in the past, it's possible to happen for other users. Reason unknown. ## How to use the python packages installed through here?