Drupal drush错误

时间:2015-09-24 11:06:14

标签: drupal-7 drush

我在C盘上安装了Composer(C:\ Documents and Settings \ All Users \ Application Data)。我在D盘上有一个drupal7项目(D:\ wamp \ www \ drupal71)。

我已经通过此命令安装了Drush: composer global require drush / drush:7。* 并且已成功下载但由于命名冲突而跳过安装。请参阅随附的屏幕截图。

现在,当我运行drush命令drush status时,它显示“ drush不被识别为内部或外部命令”。

你能指导/帮助我吗?

enter image description here

1 个答案:

答案 0 :(得分:1)

您必须将PATH添加到环境变量中。要做到这一点:

  1. 右键单击“我的电脑”,然后转到“属性” Properties

  2. 转到高级系统设置

  3. 在Avanced选项卡中,单击Environment Variables
  4. 在User的用户变量中,您应该在“Path”变量中添加一行(如果您还没有创建它)
  5. 你应该添加你的drush文件不要忘记的绝对路径“;”在可能已经存在的其他路径之前。
  6. 我的drush文件绝对路径是E:/ windrush / vendor / drush / drush所以我添加如下图enter image description here