ruby + python updates

main
Steffen Rademacker 8 months ago
parent a050db0865
commit df2579e4a7

@ -2,8 +2,8 @@
# ruby
brew install rbenv # restart terminal, then:
rbenv install 3.2.1
rbenv global 3.2.1
rbenv install 3.2.2
rbenv global 3.2.2
# node
curl -L https://git.io/n-install | bash
@ -18,6 +18,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.11.4
pyenv global 3.11.4
pyenv install 3.11.5
pyenv global 3.11.5
pip install --upgrade pip

Loading…
Cancel
Save