Created
March 12, 2014 20:44
-
-
Save mattonomics/9515887 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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