I try to use the command drush omega-wizard to create a subtheme.
and get the error:

The drush command 'omega-wizard' could not be found.  Run `drush cache-clear drush` to clear the commandfile   [error]
cache if you have installed new extensions.

My drush version is 5.10.0

Im working in a new server with drupal 7.28 and omega 4.2.

I install drush with: sudo apt-get install drush in ubuntu 14.

There is a specific drush version I need to install to get the command?

Comments

fubhy’s picture

Status: Active » Fixed

Yes. Older Drush versions did not look into the theme for drush commands. I think you need at least Drush 6.

koffer’s picture

I found this article to update

http://www.innoraft.com/blog/how-install-latest-drush-7-version-so-you-c...

then I need to install composer and follow the instruction in drush git page:

https://github.com/drush-ops/drush#installupdate---composer

Right now I have Drush Version : 7.0-dev and can apply drush omega-wizard

Status: Fixed » Closed (fixed)

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