From 3b1844103904ef049d0931f36f3a0f50b401faf1 Mon Sep 17 00:00:00 2001 From: Michael Altfield Date: Fri, 29 Mar 2024 18:23:43 -0500 Subject: [PATCH] test 2 --- build/mac/buildDmg.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/mac/buildDmg.sh b/build/mac/buildDmg.sh index 4346e4e9..caa14d1f 100755 --- a/build/mac/buildDmg.sh +++ b/build/mac/buildDmg.sh @@ -240,6 +240,10 @@ PYTHON_PATH="${VENV_PATH}/bin/python" ${PYTHON_PATH} --version ${PYTHON_PATH} -m pip list +# TODO: remove me after you figure out the magic to getting virtualenv +# to actually install without trying to do the git clone and fail +exit 0 + # get more info immediately post-python install #ls -lah /usr/local/Cellar/python/ #find /usr/local/Cellar/python/ -type f -wholename *bin/python3*