BrianGilbert / OSXAegirInstaller

This script installs aegir on OSX using Homebrew
30 stars 10 forks source link

drush not found #41

Closed brentratliff closed 9 years ago

brentratliff commented 9 years ago

Everything is working great except drush. I have aegir.ld working and have created three platforms successfully imported from my hosted barracuda instance. I am trying to import the databases and discovered that drush is not found via the command line. Additionally, 'brew list' does not show it as installed. Should I reinstall it via homebrew?

BrianGilbert commented 9 years ago

check https://github.com/BrianGilbert/OSXAegirInstaller/issues/39

BrianGilbert commented 9 years ago

Also if you've not closed your terminal or rebooted that could be the cause..

brentratliff commented 9 years ago

I imagine drush has to be installed in order for Aegir to run it's scripts and they are all working. I'm wondering if it just needs to be added to the shell.

brentratliff commented 9 years ago

Yep, just read #39. Fixed after adding to .bash_profile. I did manually uninstall homebrew drush before running the script so I didn't think I would have a problem. Easily solved. Thanks.

BrianGilbert commented 9 years ago

I'd like to try and debug why this is happening to some people.. not really sure how to go about it tho..

BrianGilbert commented 9 years ago

I don't suppose you took a copy of what was there before updating it?

BrianGilbert commented 9 years ago

Think I just found why.. fix pushed..!

brentratliff commented 9 years ago

I pasted the entire install into my Evernote.

brentratliff commented 9 years ago

Awesome script. Thanks again.