From 8f9bf914c4daa9de422a81bb88cce94e82337f85 Mon Sep 17 00:00:00 2001 From: John Doty Date: Mon, 12 Jun 2023 15:14:21 +0000 Subject: [PATCH] Poetry and python --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 82d4381..54dd499 100755 --- a/install.sh +++ b/install.sh @@ -25,6 +25,8 @@ sudo chsh -s /usr/bin/fish $USER # config. git config --global include.path .gitconfig.shared -# Install blacken and prettier +# 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 -