From f31ba8542dc3a20089e45956f1a72bb68710cd8d Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Wed, 6 Nov 2024 13:52:43 +0100 Subject: [PATCH] install python v8 & v13 --- install/python.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/python.sh b/install/python.sh index edeb209..84161be 100644 --- a/install/python.sh +++ b/install/python.sh @@ -2,8 +2,8 @@ brew install python3 # Install specific versions of python -brew install python@3.12 -brew install python@3.18 +brew install python@3.8 +brew install python@3.13 # Install global python pacakges # pip3 install setuptools