I created a virtualenv and downloaded Django with the below commands:
virtualenv tester source tester/bin/activate pip install django
and b
These steps worked for me:
$ sudo python -m pip install --upgrade --force setuptools $ sudo python -m pip install --upgrade --force pip $ sudo pip install django==1.9