From 8b185dde35745df65629f20f2b1dcc0494b185ea Mon Sep 17 00:00:00 2001 From: Cutieguwu Date: Sun, 3 Aug 2025 15:46:22 -0400 Subject: [PATCH] Remove pyenv dependency. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 148a418..b0c6f6c 100755 --- a/build.sh +++ b/build.sh @@ -33,7 +33,7 @@ do if [ "$x" == 'inflate' ] then - cmd='~/.pyenv/versions/3.12.9/bin/python balloon.py' + cmd='python balloon.py' files=(`ls src/*.html`) # Because bash won't let **/ find files without another nested dir.