Cannot Start Django Project with "django-admin startproject project"

Rather than trying to install / manage your Django installation globally, I would recommend you create your development environment(s) using a Python virtual environment.

See the following for further information: