From e0a7d0f92f9ec547aec88c6af0d42328128c2c53 Mon Sep 17 00:00:00 2001 From: BlockArchitech Date: Thu, 11 Aug 2022 13:14:48 -0400 Subject: [PATCH] fix: install.sh might break python environments I should probably also fix my git because I hate making commits on GitHub. Signed-off-by: BlockArchitech --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 38c1708..314b660 100644 --- a/install.sh +++ b/install.sh @@ -62,6 +62,7 @@ function install_macos(){ fi # Install the required packages echo "Installing required Packages" + if [! command --version python3 &> /dev/null ]; then echo "Installing python3" brew install python@3.10