The drush bash script looks for the php binary in /Applications/MAMP/bin/php5/bin/php, but that no longer exists. I would suggest setting the for loop to look in /Applications/MAMP/bin/php5.3/bin/php and /Applications/MAMP/bin/php5.2/bin/php (in that order).

Also, FYI for anyone else encountering this, none of those binaries have +x on them, so you may need to chmod them for drush to work.

Comments

moshe weitzman’s picture

Status: Active » Fixed

I committed this even though it pisses me off a bit.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

mfer’s picture

Status: Closed (fixed) » Active

For /Applications/MAMP/bin/php5.3/bin/php and /Applications/MAMP/bin/php5.2/bin/php notice the decimal point in the version numbers. These are currently missing from CVS but needed to work.

moshe weitzman’s picture

Status: Active » Fixed

committed a fix

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.