diff --git a/install/1_languages.sh b/install/1_languages.sh index 4eaa7e1e..7394e091 100755 --- a/install/1_languages.sh +++ b/install/1_languages.sh @@ -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