First of all: don't use python2. It will be dead after 4 months. create a virtual environment: virtualenv -p /usr/bin/python3.5 venv then activate it: source venv/bin/activate Then run pip install django. That's it.
On Wed, Aug 21, 2019 at 2:38 AM herve bineli <[email protected]> wrote: > Please, provide the errors you get when trying: > > $ pip install --user django > > on your shell > > On Tue, Aug 20, 2019 at 4:44 PM Amit Samanta <[email protected]> > wrote: > >> Hi, >> >> I want to install django in linux server for python 2.7.2. >> i am not able install django >> Please help with the installation step for django in linux. >> >> >> Thanks and Regards >> Amit Samanta >> >> -- >> 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 [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/1972eeeb-da5d-4146-94a6-5ba8551a92ea%40googlegroups.com >> <https://groups.google.com/d/msgid/django-users/1972eeeb-da5d-4146-94a6-5ba8551a92ea%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > > > -- > *BINELI MANGA Hervé Arsène* > Ingénieur Informaticien - ENSPY 2017 > [email protected] > (+237) 691388922 / 678711903 > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAJm63Ok1XR55WVzVG78OjBTrOybVrgykmBX-JzP3MGE6j_wpMA%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAJm63Ok1XR55WVzVG78OjBTrOybVrgykmBX-JzP3MGE6j_wpMA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CACNsr2_ekLW31AV9F7G4zRDpWgV%3DVkFDcqJRot98GGQXuXUqhg%40mail.gmail.com.

