Update php, ruby, python

main
Steffen Rademacker 1 year ago
parent ef0bc6593f
commit 0b6f1081fc

@ -1 +1 @@
extension="/opt/homebrew/Cellar/php/8.2.1/pecl/20220829/imagick.so"
extension="/opt/homebrew/Cellar/php/8.2.3/pecl/20220829/imagick.so"

@ -2,8 +2,8 @@
# ruby
brew install rbenv # restart terminal, then:
rbenv install 3.2.0
rbenv global 3.2.0
rbenv install 3.2.1
rbenv global 3.2.1
# node
curl -L https://git.io/n-install | bash
@ -19,6 +19,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.1
pyenv global 3.11.1
pyenv install 3.11.2
pyenv global 3.11.2
pip install --upgrade pip

Loading…
Cancel
Save