That worked! So adding "python" to the front of the command seems to be the trick. Perhaps I should add a symlink to point to where Python lives?
On May 20, 9:30 am, Marco Buttu <[EMAIL PROTECTED]> wrote: > On Tue, 2008-05-20 at 05:23 -0700, lorax wrote: > > I tried to execute the command django-admin.py startproject mysite. > > That gave me an error: > > > -sh: /usr/local/Django-0.96.2/django/bin/django-admin.py: /usr/bin/ > > env: bad interpreter: No such file or directory > > > I thought my symlink might be bad so I tried executing the command > > using the full path to django-admin.py which gave me the same message. > > You can try without use env: > > python /usr/local/Django-0.96.2/django/bin/django-admin.py startproject > mysite > > -- > Marco Buttu --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---