Hello,
I'm trying to install Drush on my Mac OS X.
Using the default apache and PHP I'm having some troubles installing this.
I've placed the drush folder in my "Sites" folder, when I go to the folder in Terminal with: ~/Sites/drush/drush
I get this:
PHP: syntax error, unexpected '&' in /private/etc/php.ini on line 110
Execute a drush command. Run `drush help [command]` to view command-specific help. Run `drush topic` to read even more documentation.
Global options (see `drush topic` for the full list):
-r
, --root=
Drupal root directory to use (default: current directory)
-l http://example.com, URI of the drupal site to use (only needed in multisite environments)
--uri=http://example.com
-v, --verbose Display extra information about the command.
-d, --debug Display even more information, including internal messages.
-y, --yes Assume 'yes' as answer to all prompts
-n, --no Assume 'no' as answer to all prompts