From 505c4c97cd6e4e323ef0613c8276f9222bc16609 Mon Sep 17 00:00:00 2001 From: Steffen Rademacker Date: Sun, 20 Mar 2022 22:53:10 +0100 Subject: [PATCH] Python update --- install/1_languages.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/1_languages.sh b/install/1_languages.sh index 1b0ca358..6d8d6a34 100755 --- a/install/1_languages.sh +++ b/install/1_languages.sh @@ -20,6 +20,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.2 -pyenv global 3.10.2 +pyenv install 3.10.3 +pyenv global 3.10.3 pip install --upgrade pip