I had issue running Drush after upgrading MAMP 3.0.5 on PHP5.5.10
To fix this you need to edit .bash_profile. Run these commands in terminal
sudo nano ~/.bash_profile
Add the following line
export PATH="/Applications/MAMP/Library/bin:/
Applications/MAMP/bin/php/php5.5.10/bin:$PATH"
Exit and save… next run
source ~/.bash_profile
Restart machine…
Job DONE! to test drush is working correctly
drush status
Comments are closed