Installing Drush using Composer
With the advent of Drupal 8 and composer integration, there is a better way of installing Drush.
Install Composer:
Enable Composer access for All Users:
Install Drush:
curl -sS https://getcomposer.org/installer | phpEnable Composer access for All Users:
mv composer.phar /usr/local/bin/composer
ln -s /usr/local/bin/composer /usr/bin/composerInstall Drush:
git clone https://github.com/drush-ops/drush.git /usr/local/src/drush
cd /usr/local/src/drush