Answers for "mac use [email protected]"

PHP
1

macos install php 7.4

brew install [email protected]
Posted by: Guest on June-22-2021
0

mac use [email protected]

brew install [email protected]
brew services restart php
brew unlink [email protected]
brew link [email protected]

echo 'export PATH="/usr/local/opt/[email protected]/bin:$PATH"' >> ~/.zshrc
echo 'export PATH="/usr/local/opt/[email protected]/sbin:$PATH"' >> ~/.zshrc
Posted by: Guest on June-07-2022

Browse Popular Code Answers by Language