1drush dl og-7.x-1.3 2drush en og-7.x-1.4 More details in https://www.drupal.org/node/1499548
Read Morehttps://pehapkari.cz/blog/2017/03/27/multiple-php-versions-the-easy-way/ https://github.com/oerdnj/deb.sury.org/wiki/Managing-Multiple-Versions
Read More1Check the current extension directory with: 23php-config --extension-dir 4and you can change it by setting extension_dir in php.ini: 56extension_dir="/usr/lib64/php/modules" 7Don't forget to restart Apache. See https://serverfault.com/questions/316156/change-php-modules-directory
Read MoreGo to your drupal root composer require drush/drush See http://docs.drush.org/en/master/install/ for details. Then install drupal launcher -> https://github.com/drush-ops/drush-launcher cd ~ wget -O drush.phar https://github.com/drush-ops/drush-launcher/releases/download/0.3.1/drush.phar chmod ug+x drush.phar sudo …
Read More