Fixing Drush after updating php5.5.10 on MAMP 3.0.5

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

Tags:

Comments are closed

Latest Comments