I installed Django with
C:\Python27\Lib\site-packages>pip install -e git+https://github.com/django/django.git#egg=django
Unfortunately some programs (such as PyDev), work "easier" when your packages are in the site-packages directory.
How do I force pip to install it in site-packages, rather than provide just a Django.egg-link
file there?
There's two things here.
Hope that helps :)