Closed (fixed)
Project:
Drush Make
Version:
6.x-2.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Sep 2011 at 23:41 UTC
Updated:
30 Dec 2011 at 22:00 UTC
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
Comment #1
mistermarco commentedWhat 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
Comment #2
tim.plunkettdrush 7.x-5.x (origin/master) isn't working for me either, 7.x-4.x works fine.
Comment #3
nadavoid commentedI was using drush 5.x. I'll try 4.x and see if that works.
Comment #4
nadavoid commentedThat 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.
Comment #5
helmo commentedSeems fixed according to #4