Install Drush on a Mac

Drush can be installed on a Mac using the Homebrew package manager, or manually using the following steps.

Download and unpack Drush

Download either the tar.gz or zip file from the Drush project page and unpack it into your home directory or a directory below your home directory. For example, if your home directory is /Users/myusername, unpacking the tar.gz or zip file there will create a folder /Users/myusername/drush.

Tell OS X where to find Drush

To tell your system where to find the Drush program, you can either:

  • add the directory where Drush was downloaded to your PATH by updating your Bash or Zsh profile; or
  • create a symbolic link from the Drush program to a directory in your PATH.

Add Drush directory to your PATH

The PATH shell variable tells OS X where to find programs that are run from the command line. You can update your PATH by editing the file .bash_profile (if you are using the Bash shell) or .zprofile (if you are using Zsh). These files are hidden files (name beginning with a dot) so they will usually not appear in the Finder.

Subscribe with RSS Subscribe to RSS - mac