Remove pyenv dependency.
This commit is contained in:
2
build.sh
2
build.sh
@@ -33,7 +33,7 @@ do
|
|||||||
|
|
||||||
if [ "$x" == 'inflate' ]
|
if [ "$x" == 'inflate' ]
|
||||||
then
|
then
|
||||||
cmd='~/.pyenv/versions/3.12.9/bin/python balloon.py'
|
cmd='python balloon.py'
|
||||||
|
|
||||||
files=(`ls src/*.html`)
|
files=(`ls src/*.html`)
|
||||||
# Because bash won't let **/ find files without another nested dir.
|
# Because bash won't let **/ find files without another nested dir.
|
||||||
|
|||||||
Reference in New Issue
Block a user