Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I want to install drush-toolbox project globaly on my linux server box so all users can use it. How can I do it?

share|improve this question

1 Answer

up vote 3 down vote accepted

Put it in /usr/share/drush/commands for global accessibility. On Windows, Drush will look in the folder named "Drush/share/drush/commands" inside the location specified by the 'ALLUSERSPROFILE' environment variable.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.