Django instalation problem

14 views
Skip to first unread message

Endris Mohammed

unread,
Jul 29, 2020, 11:17:08 AM7/29/20
to Django users
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."

Taofeek Jimoh Iyanda

unread,
Jul 29, 2020, 6:22:47 PM7/29/20
to Django users
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/
Reply all
Reply to author
Forward
0 new messages