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