Wednesday, July 29, 2020

Re: Django instalation problem

You can use this instead
 python -m pip install Django  The one you use is actually for someone who download django from git. If there is no reason why you need to download from git, kindly use the above code. Hope you find this helpful    In case of any mixup, you can refer to https://docs.djangoproject.com/en/3.0/topics/install/

On Wednesday, July 29, 2020 at 4:17:08 PM UTC+1, Endris Mohammed wrote:
help
i am trying to install Django developer version on Ubuntu 18.04

python -m pip install -e django/

it says "Directory 'django/' is not installable. File 'setup.py' not found."

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/aab54934-d03f-4630-94a6-cea6ae8ee1d4o%40googlegroups.com.

No comments:

Post a Comment