From 6f7035a12fbf75198af47a568d67a4d763b71aa8 Mon Sep 17 00:00:00 2001 From: John Doty Date: Mon, 12 Jun 2023 17:38:24 +0000 Subject: [PATCH] shrug --- install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 54dd499..56f0fe2 100755 --- a/install.sh +++ b/install.sh @@ -28,5 +28,8 @@ git config --global include.path .gitconfig.shared # Install blacken and prettier and some versions of python. pip3 install --index-url=https://pypi.org/simple black sudo npm install -g prettier -brew install python@3.9 python@3.10 python@3.11 curl -sSL https://install.python-poetry.org | python3 - + +source /etc/profile.d/a00-homebrew-init.sh +brew install python@3.9 python@3.10 python@3.11 +