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 <hello@blockarchitech.com>
pull/1174/head
BlockArchitech 3 years ago committed by RapidStoned
parent b11f4a12ba
commit e0a7d0f92f

@ -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

Loading…
Cancel
Save