Follow these steps: Follow these steps: Terminal: sudo nano ~/.bash_profile Add the following line (including the word export): export DRUSH_PHP="/Applications/MAMP/bin/php/php5.6.10/bin/php" (adjust php5.6.10 to your version) Afterwards run: source ~/.bash_profile That did it for me. Good luck! Reply
Follow these steps:
Terminal: sudo nano ~/.bash_profile
Add the following line (including the word export): export DRUSH_PHP="/Applications/MAMP/bin/php/php5.6.10/bin/php"
(adjust php5.6.10 to your version)
Afterwards run:
source ~/.bash_profile
That did it for me. Good luck!