Skip to content

Instantly share code, notes, and snippets.

@mattonomics
Created March 12, 2014 20:44
Show Gist options
  • Save mattonomics/9515887 to your computer and use it in GitHub Desktop.
Save mattonomics/9515887 to your computer and use it in GitHub Desktop.
# sets the wp-cli php binary to the correct file
export WP_CLI_PHP=/Applications/MAMP/bin/php/php5.3.28/bin/php
# overrides the mamp php path to ensure we use what we want
export MAMP_PHP=/Applications/MAMP/bin/php/php5.3.28/bin
# adds the mamp binaries to the path for mysql winning
export PATH="/Applications/MAMP/Library/bin:${MAMP_PHP}:${PATH}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment