Skip to content

Commit d1bd42c

Browse files
committed
apparently there's some issues with buildozer not living here (this doesn't exist at all on my mac *or* the github mac; I guess I don't need it at all):
/usr/local/lib/3.7/site-packages/buildozer
1 parent 67c0ed3 commit d1bd42c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

build/mac/buildDmg.sh

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -178,15 +178,15 @@ log_level = 2
178178
warn_on_root = 1
179179
EOF
180180

181-
# Change buildozer to use a python3.7 virtual environment instead of python2.7
182-
pushd /usr/local/lib/$PYTHON_EXEC_VERSION/site-packages/buildozer
183-
sed -i '' 's;virtualenv --python=python2.7;virtualenv --python=python3.7;g' __init__.py
184-
popd
185-
186-
# Change the osx target to use python3 to run the package_app.py script.
187-
pushd /usr/local/lib/$PYTHON_EXEC_VERSION/site-packages/buildozer/targets
188-
sed -i '' "s;'python', 'package_app.py';'python3', 'package_app.py';g" osx.py
189-
popd
181+
## Change buildozer to use a python3.7 virtual environment instead of python2.7
182+
#pushd /usr/local/lib/$PYTHON_EXEC_VERSION/site-packages/buildozer
183+
#sed -i '' 's;virtualenv --python=python2.7;virtualenv --python=python3.7;g' __init__.py
184+
#popd
185+
#
186+
## Change the osx target to use python3 to run the package_app.py script.
187+
#pushd /usr/local/lib/$PYTHON_EXEC_VERSION/site-packages/buildozer/targets
188+
#sed -i '' "s;'python', 'package_app.py';'python3', 'package_app.py';g" osx.py
189+
#popd
190190

191191
# First run fails but is necessary to create the directory .buildozer
192192
buildozer osx debug

0 commit comments

Comments
 (0)