Skip to content

Commit 795533c

Browse files
committed
added step to install pinned pip
1 parent 0affc0c commit 795533c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/mac/buildDmg.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ brew reinstall build/deps/sdl2_image-2.0.5.catalina.bottle.tar.gz
6464
brew reinstall build/deps/sdl2_mixer-2.0.4.catalina.bottle.tar.gz
6565
brew reinstall build/deps/sdl2_ttf-2.0.15.catalina.bottle.tar.gz
6666

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+
6771
# setup a virtualenv to isolate our app's python depends
6872
#sudo ${PYTHON_PATH} -m ensurepip
6973
#${PIP_PATH} install --upgrade --force-reinstall --user pip setuptools

0 commit comments

Comments
 (0)