Closed (fixed)
Project:
Drush
Version:
All-versions-3.0-rc3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2010 at 00:27 UTC
Updated:
28 Apr 2010 at 22:30 UTC
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
Comment #1
moshe weitzman commentedI requested that DAMP enable itself for PHP CLI a long time ago. That would be ideal. Otherwise, this is a good idea.
Comment #2
moshe weitzman commentedcommitted. thanks.