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