Similar to Mac then... You need to open you .bash_profile file and add cake to the $PATH
http://www.troubleshooters.com/linux/prepostpath.htm Here is a page that talks a bit more about it... --------------------------------------------------------------- # User specific environment and startup programs export CAKE_HOME=$HOME/cake/1.3.6/cake PATH=$PATH:$HOME/bin:$CAKE_HOME/console export CAKE2_HOME=$HOME/cake/2.0.2/cakephp/lib/Cake PATH=$PATH:$HOME/bin:$CAKE2_HOME/Console export PATH ~ ------------------------------------------------------------- Your paths will be different, but here is the syntax that I use. I think I am on CentOS. Happy Baking! -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php