xob change python venv path

This commit is contained in:
Guilherme Rugai Freire 2024-05-28 11:23:17 -03:00
parent 9e664790a0
commit 28697d312c
No known key found for this signature in database
GPG Key ID: AC1D9B6E48E16AC1

View File

@ -2,4 +2,4 @@
CONFIG="styles.cfg"
([ "$1" = "-r" ] || [ "$1" = "--reload" ] && echo "$CONFIG" | entr -r "$0" "$2") || (.env/bin/python "$WATCHER" | xob -s "$1")
([ "$1" = "-r" ] || [ "$1" = "--reload" ] && echo "$CONFIG" | entr -r "$0" "$2") || (.venv/bin/python "$WATCHER" | xob -s "$1")