BUT!
env --help DID work
> 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
Re: break python scripts.
This is my first foray into Python so other than Django, I'm not sure
what I'd break. And I'm not sure what you mean by patch django-
admin.py to point to where env is.
Thanks for you help.