Drupal - How to install a specific version of drush?
The recommended way to install Drush is via composer.
composer global require drush/drush:5.9.0
See the Drush README for instructions on installing composer.
The recommended way to install Drush is via composer.
composer global require drush/drush:5.9.0
See the Drush README for instructions on installing composer.