From 51b7dea71bd4193ef3191552eafa7a0637e4a5c4 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Sat, 12 Feb 2022 09:41:39 -0800 Subject: [PATCH] don't upgrade pip, bad things happen --- dev-build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-build.sh b/dev-build.sh index 766ecfa..7f7206c 100755 --- a/dev-build.sh +++ b/dev-build.sh @@ -62,7 +62,6 @@ export LD_LIBRARY_PATH echo "Updating setuptools..." ${PIP} install --upgrade setuptools -${PIP} install --upgrade pip ${PIP} install --upgrade wheel echo "Installing PyInstaller..."