Installing Drush using Composer
Submitted by system on Sun, 03/29/2015 - 13:36With the advent of Drupal 8 and composer integration, there is a better way of installing Drush.
Install Composer:
 curl -sS https://getcomposer.org/installer | php 
Enable Composer access for All Users:
mv composer.phar /usr/local/bin/composer
ln -s /usr/local/bin/composer /usr/bin/composerInstall Drush: