#Use MAMP, you need to point to mamp PHP location
#Put .bash_file under your magento root folder, my case: /Volumes/MacbookSSD/Users/seven/Documents/orderApp/orderapp/public_html
#Create folder with command line: mkdir -p ~/bin/Wiz; open ~/bin/Wiz
#Put wiz all files downloaded from https://github.com/classyllama/Wiz in ~/bin/Wiz folder
#following code in .bash_profile
export WIZ_PHP_PATH="/Applications/MAMP/bin/php/php5.6.10/bin/php"
alias wiz="~/bin/Wiz/wiz"
source ~/bin/Wiz/wiz.bash_completion.sh