I'm not having success installing drush make on OS X Lion. I've tried the following:

6.x-3.x branch in git
6.x-2.x branch in git
6.x-2.3 download from drupal.org

I've tried placing it in:
~/.drush/drush_make
~/.drush/make
[path-to-drush]/commands/drush_make
[path-to-drush]/commands/make

/usr/bin/drush is a symbolic link to [path-to-drush]/drush

I've tried calling it by:
drush make
drush drush_make
(I saw a file named "drush_make.drush.inc" so I thought it was worth a shot.)

Every attempt is met with "The drush command 'make' could not be found."

Any other suggestion on things I should try?

Comments

mistermarco’s picture

What version of drush do you have installed? I checked out master from the git repository and it wasn't working for me on Lion either, until I checked out 7.x-4.5. Prior to that I was using the latest from master (on 10/4/11).

So, I have drush checked out from git, and drush_make 2.3 as a download from drupal.org, saved in ~/.drush/drush_make

tim.plunkett’s picture

drush 7.x-5.x (origin/master) isn't working for me either, 7.x-4.x works fine.

nadavoid’s picture

I was using drush 5.x. I'll try 4.x and see if that works.

nadavoid’s picture

That was it. I'm working from a git checkout of drush. When using the master branch, it can't find the 'make' command. When using the 7.x-4.x branch, it finds the 'make' command without any trouble.

helmo’s picture

Status: Active » Fixed

Seems fixed according to #4

Status: Fixed » Closed (fixed)

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