From f32740e645f34029226a526447c6fc60b6c8cbb9 Mon Sep 17 00:00:00 2001 From: Steffen Rademacker Date: Tue, 27 Jun 2023 17:03:15 +0200 Subject: [PATCH] python & php --- etc/php/8.2/conf.d/imagick.ini | 2 +- install/1_languages.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/php/8.2/conf.d/imagick.ini b/etc/php/8.2/conf.d/imagick.ini index 8673f261..8e1324b9 100644 --- a/etc/php/8.2/conf.d/imagick.ini +++ b/etc/php/8.2/conf.d/imagick.ini @@ -1 +1 @@ -extension="/opt/homebrew/Cellar/php/8.2.6/pecl/20220829/imagick.so" +extension="/opt/homebrew/Cellar/php/8.2.7_1/pecl/20220829/imagick.so" diff --git a/install/1_languages.sh b/install/1_languages.sh index de1f3838..4eaa7e1e 100755 --- a/install/1_languages.sh +++ b/install/1_languages.sh @@ -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.2 -pyenv global 3.11.2 +pyenv install 3.11.4 +pyenv global 3.11.4 pip install --upgrade pip