# current version
which php
# edit .bash_profile
sudo vim ~/.bash_profile
# add the following line
## export PATH=”/Applications/MAMP/bin/php/php5.6.10/bin:$PATH”
# refesh the .bash_profile
. .bash_profile
# view the change
which php
# current version
which php
# edit .bash_profile
sudo vim ~/.bash_profile
# add the following line
## export PATH=”/Applications/MAMP/bin/php/php5.6.10/bin:$PATH”
# refesh the .bash_profile
. .bash_profile
# view the change
which php