It would be great if we could get the Acquia stack installer similarly hooked up as the *AMP installers. It's an easy change. Just add the path /Applications/acquia-drupal/php/bin/php in the ones to look for:

# Special case for *AMP installers, since they normally don't set themselves as the default cli php out of the box.
for php in /Applications/acquia-drupal/php/bin/php /Applications/MAMP/bin/php5/bin/php /opt/lampp/bin/php /Applications/xampp/xamppfiles/bin/php ; do 

I can add a patch if needed.

Comments

moshe weitzman’s picture

Status: Active » Reviewed & tested by the community

I requested that DAMP enable itself for PHP CLI a long time ago. That would be ideal. Otherwise, this is a good idea.

moshe weitzman’s picture

Status: Reviewed & tested by the community » Fixed

committed. thanks.

Status: Fixed » Closed (fixed)

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