从 OSX 10.8 (Mountain Lion) 升级到 OSX 10.9 (Mavericks) 后,Drush 崩溃了。我有 MAMP。
我调用 drush 时的错误消息:
Could not open input file: /usr/lib/php/pear/drush/drush.php
我已将以下内容放入 .bash_profile
export PATH="/Applications/MAMP/Library/bin:/Applications/MAMP/bin/php5.3.20/bin:$PATH"
任何的想法?