Skip to content Skip to sidebar Skip to footer

Django-admin.py: Command Not Found

I have django-admin.py in usr/local/bin and I have tried all the help given on the web to make a symbolic link but it still says django-admin.py: command not found. I am trying to

Solution 1:

just type

django-admin startproject mysite

Solution 2:

I would recommend to remove it and install Django again.

Or use virtualenv http://www.mahdiyusuf.com/post/5282169518/beginners-guide-easy-install-pip-and-virtualenv-1

Solution 3:

i have the same Problem. the django-admin.py for me was in this Path ~/.local/bin. this because i run pip instal --user django

Post a Comment for "Django-admin.py: Command Not Found"