Skip to content

Instantly share code, notes, and snippets.

@marek-pietrzak-tg
Last active June 10, 2020 12:08
Show Gist options
  • Save marek-pietrzak-tg/defbacaaee696c0ac80ef49159ee76e0 to your computer and use it in GitHub Desktop.
Save marek-pietrzak-tg/defbacaaee696c0ac80ef49159ee76e0 to your computer and use it in GitHub Desktop.
Switch between PHP versions on Mac OS (after https://getgrav.org/blog/macos-catalina-apache-multiple-php-versions)
#!/bin/bash
brew unlink [email protected] && brew link --force --overwrite [email protected]
#!/bin/bash
brew unlink [email protected] && brew link --force --overwrite [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment