We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0affc0c commit 795533cCopy full SHA for 795533c
build/mac/buildDmg.sh
@@ -64,6 +64,10 @@ brew reinstall build/deps/sdl2_image-2.0.5.catalina.bottle.tar.gz
64
brew reinstall build/deps/sdl2_mixer-2.0.4.catalina.bottle.tar.gz
65
brew reinstall build/deps/sdl2_ttf-2.0.15.catalina.bottle.tar.gz
66
67
+# get python essential dependencies
68
+${PIP_PATH} install --ignore-installed --upgrade --cache-dir build/deps/ --no-index --find-links file://`pwd`/build/deps/ build/deps/pip-20.1.1-py2.py3-none-any.whl
69
+PIP_PATH="`find /usr/local/Cellar/python -type f -wholename *bin/pip3* | sort -n | uniq | head -n1`"
70
+
71
# setup a virtualenv to isolate our app's python depends
72
#sudo ${PYTHON_PATH} -m ensurepip
73
#${PIP_PATH} install --upgrade --force-reinstall --user pip setuptools
0 commit comments