Skip to content

Instantly share code, notes, and snippets.

@graymic
Last active August 29, 2015 14:05
Show Gist options
  • Save graymic/6b3bd3cb602ade36265c to your computer and use it in GitHub Desktop.
Save graymic/6b3bd3cb602ade36265c to your computer and use it in GitHub Desktop.
Setting PHP to MAMP binaries
echo "export PATH=/Applications/MAMP/bin/php/php5.*.*/bin:$PATH" >> ~/.bash_profile
source ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment