Hello guys, I'm here not for asking for the solution, but to provide the solution that I find.
Mac OS X !0.6.7 1. Open terminal and write: echo $PATH 2. If you install Xampp: /Applications/XAMPP/xamppfiles/bin:/Applications/XAMPP/xamppfiles/ htdocs/cake/cake/console:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/ usr/X11/bin 3. Set data (insert on terminal): vim .profile i (for insert) export PATH=/Applications/XAMPP/xamppfiles/bin:/Applications/XAMPP/ xamppfiles/htdocs/cake/cake/console:/usr/bin:/bin:/usr/sbin:/sbin:/usr/ local/bin:/usr/X11/bin 4. Escape (ESC) 5. Shift + Q 6. wq (for exit) 7. type: . .profile (for restart) 8. echo $PATH (Again for see modifications) /Applications/XAMPP/xamppfiles/bin:/Applications/XAMPP/xamppfiles/ htdocs/cake/cake/console:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/ usr/X11/bin 9. Close Terminal + Open a New 10. type: cake OK! For me works very well! Thank you for the community! :) -- 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 [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
