Drupal coder

MAMP

How to work from the Terminal command line if you use MAMP?

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
January 21, 2008MAMP, OS X, Terminal