Skip to content

Instantly share code, notes, and snippets.

@Scribblerockerz
Created September 26, 2014 07:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Scribblerockerz/75d38ad7ff7c2cb64ba1 to your computer and use it in GitHub Desktop.
Save Scribblerockerz/75d38ad7ff7c2cb64ba1 to your computer and use it in GitHub Desktop.
Change terminals php version to the current mamp pro's one
php_bin=`grep "php5_module" ~/Library/Application\ Support/appsolute/MAMP\ PRO/httpd.conf | egrep -o "/.*/php\d+(.\d+)*"`
export PATH="$php_bin/bin:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment