I am a complete beginner to Python/Django, but I want to dive right in and start experimenting. Thus I was following this guide on installing Python/Django http://devcenter.
I tried as the method, it worked.
pip uninstall django sudo pip install django django-admin startproject example
It worked well.