On Wednesday 01 April 2015 18:34:35 James Bennett wrote: > On Wed, Apr 1, 2015 at 10:28 AM, Stan <stanislas.gue...@gmail.com> wrote: > > A classical pip install Django command without --mirrors or --use-mirrors > > modifier. > > > > I did some --upgrade, but the first installation is not 10 years old (2 > > maybe). > > > > > > Pip is a Debian package (1.1.3) > > > > [$ whereis django-admin > > django-admin: /usr/local/bin/django-admin.py /usr/local/bin/django-admin > > This right here is the giveaway that what you're looking at is Debian's > version of Django
Actually, it proves the opposie. Debian's packages don't install into /usr/local/bin, but into /usr/bin. Also, I've just checked -- Debian's django-admin is a bash script, with #!/bin/sh. Shai.