Remove pyenv dependency.

This commit is contained in:
Cutieguwu
2025-08-03 15:46:22 -04:00
parent d65d2e48ae
commit 8b185dde35

View File

@@ -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.