Jeff Anderson wrote: > the command isn't found because it isn't in your path. > Are you sure you installed it correctly? > > On mac os x, I recommend installing django through fink if you are new > to *nix commands and shells and the like. > > You can also change to the directory that has django-admin.py and run > ./django-admin.py. > > Play around with it for a little while to get the hang of the > environment. There are plenty of tutorials online that can help you > learn about the command line.
that happens on OSX 10.4 beacuse /usr/local/bin isn't on the path by default. but django installs a copy of the django-admin.py to /usr/local/bin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

