python & php

main
Steffen Rademacker 11 months ago
parent c8884f7fb0
commit f32740e645

@ -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"

@ -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

Loading…
Cancel
Save