feat(lang): update python 3.11.0

main
Steffen Rademacker 2 years ago
parent 1daec24dac
commit 77b9b44b06

@ -8,6 +8,7 @@ rbenv global 3.1.2
# node
curl -L https://git.io/n-install | bash
n v14
n v16
n lts
npm install -g npm@latest
npm update -g
@ -16,6 +17,6 @@ npm update -g
# first: find out the current python3 version in homebrew
# then install this version with pyenv and link it
brew install pyenv # restart terminal, then:
pyenv install 3.10.6
pyenv global 3.10.6
pyenv install 3.11.0
pyenv global 3.11.0
pip install --upgrade pip

Loading…
Cancel
Save