On Apr 5, 2011, at 17:52, Emano wrote: > I update yesterday my Mac OS X for the new version and I cannot use > the prompt for configure CakePHP on MAC. > > When I write ( vim .profile) the answer is: -bash: vim: command not > found. > > Others commands also not found like: sudo. > > cd [user folder] its ok! > > And them, anyone can help me? > > I need install and work with CakePHP on Mac.
vim is supposed to be at /usr/bin/vim. sudo is supposed to be at /usr/bin/sudo. These programs are part of every Mac OS X install. Look in /usr/bin and see if these programs are there or missing. If they're there, then your terminal's PATH may be set wrong. But if they're missing, you'll need to reinstall them, by reinstalling Mac OS X. -- 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
