Guest User

Untitled

a guest
Jul 18th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. brew install php@72
  2. echo 'export PATH="/usr/local/opt/php@7.2/bin:$PATH"' >> ~/.bash_profile
  3. echo 'export PATH="/usr/local/opt/php@7.2/sbin:$PATH"' >> ~/.bash_profile
  4. # Restart all Terminal windows where you want to access the new PHP
  5. # Show the updated version of PHP
  6. php -v
Add Comment
Please, Sign In to add comment