Update python version

main
Steffen Rademacker 3 years ago
parent 8a7fe8be7f
commit 1a52da2682

@ -20,7 +20,7 @@ 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.9.7
pyenv global 3.9.7
pyenv install 3.9.8
pyenv global 3.9.8
pip install --upgrade pip
pip install neovim

Loading…
Cancel
Save