From 13f9e84228aed241ffc2fd0b613eda2d539cf7f5 Mon Sep 17 00:00:00 2001 From: Michael Altfield Date: Fri, 29 Mar 2024 12:20:22 -0500 Subject: [PATCH] adding a 'pip list' on either side of the virtualenv install for debugging --- build/mac/buildDmg.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/mac/buildDmg.sh b/build/mac/buildDmg.sh index 5c8de124..58763cb2 100755 --- a/build/mac/buildDmg.sh +++ b/build/mac/buildDmg.sh @@ -189,7 +189,9 @@ ${BREW} uninstall --debug --verbose --ignore-dependencies python ${BREW} reinstall --debug --verbose build/deps/python-3.12.ventura.bottle.tar.gz PYTHON_PATH="`find /usr/local/Cellar/python* -type f -wholename *bin/python3.12 | sort -n | uniq | head -n1`" +${PATHON_PATH} -m pip list ${BREW} reinstall --debug --verbose build/deps/virtualenv-20-25.1.ventura.bottle.tar.gz +${PATHON_PATH} -m pip list # create python virtual environment # * https://github.com/BusKill/buskill-app/issues/78#issuecomment-2021558890