Skip to content

Instantly share code, notes, and snippets.

@weotch
Created April 2, 2013 15:53
Show Gist options
  • Save weotch/5293331 to your computer and use it in GitHub Desktop.
Save weotch/5293331 to your computer and use it in GitHub Desktop.
Adding MAMP's PHP to your PATH. Your profile may be ~/.bash_profile or ~/.profile.
PATH="/usr/local/sbin:/usr/local/bin:/usr/local/share/python:~/bin:/usr/local/share/npm/bin:/Applications/MAMP/bin/php/php5.3.6/bin:$PATH"
export PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment