In NAME="Linux Mint" VERSION="18.1 (Serena)"
sudo apt-get install drush
to install the drush in my system.
when I use
drush version
I still getting version 5.10.0
Even I tried composer also
composer global require drush/drush composer require drush/drush
Now I am still getting drush version 5.10.0. how do I make it use drush updated version?
WHen I run
drupal dl
for download latest version of drupal 8.5.6. But I am getting drush downloading drupal-7.59
I am new to drush & drupal. Please help me to fix.