Update to Python 3.8.12 as the global default

This commit is contained in:
Andrew Miner
2021-11-04 09:38:20 -06:00
parent 8396dfacde
commit 3671e27af0
+3 -3
View File
@@ -50,14 +50,14 @@ which -s watch || brew install watch
which -s wget || brew install wget which -s wget || brew install wget
which -s reattach-to-user-namespace || brew install reattach-to-user-namespace which -s reattach-to-user-namespace || brew install reattach-to-user-namespace
pyenv install python3.7.7 pyenv install python3.8.12
pyenv shell python3.7.7 pyenv global python3.8.12
pip install --upgrade pip pip install --upgrade pip
pip install jedi pip install jedi
echo "Installing standard NPM packages..." echo "Installing standard NPM packages..."
which -s browserify || npm install -g browserify 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 eslint || npm install -g eslint
which -s grunt || npm install -g grunt-cli which -s grunt || npm install -g grunt-cli
which -s sass || npm install -g node-sass which -s sass || npm install -g node-sass