Drush MM just not working

blowski - June 7, 2009 - 21:31
Project:Drush Module Manager
Version:6.x-2.x-dev
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

I've installed Drush PM, and it's working fine - added an alias for drush, etc. I've successfully installed a number of modules with it.

Hoever, I've now installed and manually enabled Drush MM, but it's just not working - if I type in drush mm enable views, I get

E: Invalid command mm enable views

. Typing in drush help gives me a list of commands, but nothing about mm enable.

I've re-installed it a couple of times, but to no avail. I've been through the documentation (and Google) and it suggests that I just need to install and manually enable it, as per a normal module. So what am I doing wrong?

#1

clemens.tolboom - June 24, 2009 - 12:28

If you type drush you get a list of all commands.

* Is mm enable on of these?
* The error is about "mm enable views" as a command. I can reproduce these by either a wrong command 'mm enable__d__ views' or by quoting the command

$ ../all/modules/drush/drush mm enabled views --- enable__d__

The command 'drush.php mm enabled views' could not be found.

$ ../all/modules/drush/drush "mm enable view" --- quote

The command 'drush.php mm enable view' could not be found.

Does this help?

 
 

Drupal is a registered trademark of Dries Buytaert.