Put the following code in your .bash_profile in your home folder.
PATH=/Applications/MAMP/bin/php5/bin:\ /Applications/MAMP/Library/bin:$PATH export PATH
Hmm. I actually had to change some permissions to MAMP's php executable, in order for drush to work properly.
"drush pm" for example would not work before this.
chmod u+x /Applications/MAMP/bin/php5.2/bin/php
Awesome did the trick for me :)
More information about formatting options
Comments
Hmm. I actually had to change some permissions to MAMP's php executable, in order for drush to work properly.
"drush pm" for example would not work before this.
chmod u+x /Applications/MAMP/bin/php5.2/bin/phpAwesome did the trick for me :)
Post new comment