Skip to content

Instantly share code, notes, and snippets.

@emjayess
Created April 18, 2024 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emjayess/444f02f8d6ad3a1fc18b6a4884c798d6 to your computer and use it in GitHub Desktop.
Save emjayess/444f02f8d6ad3a1fc18b6a4884c798d6 to your computer and use it in GitHub Desktop.
temporary drush command file to use a specific brew-managed php installation on macos
#!/opt/homebrew/Cellar/php@8.1/8.1.27/bin/php
<?php
require __DIR__ . '/drush.php';
@emjayess
Copy link
Author

drop in (a drupal build) at: /vendor/drush/drush/drush-mac, and alias or symlink it from there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment