diff --git a/build/mac/buildDmg.sh b/build/mac/buildDmg.sh index bed6c05e..fe06662e 100755 --- a/build/mac/buildDmg.sh +++ b/build/mac/buildDmg.sh @@ -190,6 +190,8 @@ ${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`" ${PYTHON_PATH} -m pip list +${BREW} uninstall --debug --verbose virtualenv +${BREW} reinstall --debug --verbose build/deps/python-3.12.ventura.bottle.tar.gz ${BREW} install --debug --verbose build/deps/virtualenv-20-25.1.ventura.bottle.tar.gz ${BREW} install --debug --verbose --ignore-dependencies build/deps/virtualenv-20-25.1.ventura.bottle.tar.gz ${BREW} install --debug --verbose --ignore-dependencies --force build/deps/virtualenv-20-25.1.ventura.bottle.tar.gz