Skip to content

Commit

Permalink
Update troubleshooting doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
clsty committed Feb 27, 2025
1 parent d8cb9f4 commit 4b666d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/en/i-i/04.troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ declare -x ILLOGICAL_IMPULSE_VIRTUAL_ENV="\$XDG_STATE_HOME/ags/.venv"
[---SUCCESS---]
```
For the case above, the `$XDG_STATE_HOME` is not expanded, which seems really weird (maybe a Hyprland bug?).
- Make sure you have properly executed the `install-python-packages()` in `install.sh` which gives you a non-empty `~/.local/state/ags/.venv`.
- Make sure that when you run `install.sh`, you have not skipped and have properly executed the `install-python-packages()`, which should give you a non-empty `~/.local/state/ags/.venv`.
- You may directly specify its value in `~/.config/hypr/custom/env.conf` as:
```conf
env = ILLOGICAL_IMPULSE_VIRTUAL_ENV, /home/myself/.local/state/ags/.venv
Expand Down

0 comments on commit 4b666d8

Please sign in to comment.