Created
August 10, 2021 15:06
-
-
Save NandoKstroNet/e2904dd7a4ff43c6ca82440b8ee9d2a6 to your computer and use it in GitHub Desktop.
Adicionando PHP no PATH do OS X, php instalado via Homebrew - http://phpmastery.com.br
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export PATH="/usr/local/opt/[email protected]/bin:$PATH" | |
export PATH="/usr/local/opt/[email protected]/sbin:$PATH" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment