By editor, 4 November, 2020 Question How to install drush 10 ? Install via composer composer global require drush/drush:10.x To add Drush to your path, type the following command: Example for the composer bin located on ~.config/composer/vendor/bin echo 'export PATH="$HOME/.config/composer/vendor/bin:$PATH"' >> ~/.bashrc source ~/.bashrc Example for the composer bin located on ~.composer/vendor/bin echo 'export PATH="$HOME/.composer/vendor/bin:$PATH"' >> ~/.bashrc source ~/.bashrc Check version drush version Update drush composer global update drush/drush Tags Drupal 9 Drush 10 Download and Install drupal 9 Create a shortcut for drush Comments You must have JavaScript enabled to use this form. Your name Subject Comment About text formats Plain text No HTML tags allowed. Lines and paragraphs break automatically. Web page addresses and email addresses turn into links automatically.
Comments