I have been going through this page to install zend framework on my machine locally.
http://framework.zend.com/manual/en/zend.tool.framework.clitool.html
I can't get it recognize the command in my terminal "zf show version", it keeps coming back to me with command not found. I do have xampp installed on this machine and everytime I run the command "which php" it brings up my xampp folder and when I run php-i|grep include_path it brings up the include path from xampp. I can go to the Zend Server on my browser and see the include path, install path, etc. /usr/local/zend/share/ZendFramework..I can see where zf.php and zf.sh are. I have the proper libraries installed. I just want to be able to access my zf from the command line and it's not allowing me to. Is this because of xampp? I'm really confused. This is my first post on stack overflow :-)