$MAMP_PHP path is already in my path:
nano ~/.bash_profile
export PATH="$MAMP_PHP:$PATH"Check the value of $MAMP_PHP:
echo $MAMP_PHP
# /Applications/MAMP/Library/binCreate a symlink from Sublime's command line tool, subl, to my $MAMP_PHP bin directory.
This makes subl available as a bash command.
subl --help
subl ~/.bash_profile