Hello, I've just installed the development version in leopard on the mac, and when I did this step:
"On Unix-like systems, create a symbolic link to the file django-trunk/ django/bin/django-admin.py in a directory on your system path, such as /usr/local/bin. For example: ln -s `pwd`/django-trunk/django/bin/django-admin.py /usr/local/bin This simply lets you type django-admin.py from within any directory, rather than having to qualify the command with the full path to the file." It looks like now local/bin is just a shortcut to django-admin.py, not a directory. So when I try to run django-admin.py startproject from elsewhere, it doesn't understand. Obviously I haven't been using my unix commands recently. I think I need to remove the alias file and create bin as a directory, then run that above command again, but I'm not sure if that's correct, or the best way to do that. Any help would be greatly appreciated. Thanks, Wendy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---