From 3671e27af0ca6bc70f1fe03a93567acb4595e7fc Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Thu, 4 Nov 2021 09:38:20 -0600 Subject: [PATCH] Update to Python 3.8.12 as the global default --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 59ced91..40d9374 100755 --- a/install.sh +++ b/install.sh @@ -50,14 +50,14 @@ which -s watch || brew install watch which -s wget || brew install wget which -s reattach-to-user-namespace || brew install reattach-to-user-namespace -pyenv install python3.7.7 -pyenv shell python3.7.7 +pyenv install python3.8.12 +pyenv global python3.8.12 pip install --upgrade pip pip install jedi echo "Installing standard NPM packages..." which -s browserify || npm install -g browserify -which -s coffee || npm install -g coffee-script +which -s coffee || npm install -g coffeescript which -s eslint || npm install -g eslint which -s grunt || npm install -g grunt-cli which -s sass || npm install -g node-sass