If you wanna install across the system then just Use *root user *Or* sudo **pip install **Django* . this is install the django in your system. but Best practices is to use special env If you need any help installing django with env reply me i will help in that. Thanks enjoy Dev
On Mon, Sep 3, 2018 at 11:55 PM Iga John Bosco <[email protected]> wrote: > U have installed python 3 but ure django installation is pick a different > version of python. > > Simple. My experience is Linux or Ubuntu based. > First get the path to ure python3 > #Which python > Or > # python -c “from dilutions.sysconfig import get_get_python_lib; print > get_python_li > > Then > > Do a pip install django specifying the version of python from the path > generated by which python > > Pip install django -p /usr/bin/python3.7 > > -- > 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 post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/cb879507-5ffb-4adf-add8-5479978b37ed%40googlegroups.com > . > For more options, visit https://groups.google.com/d/optout. > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CALZ%3DbE%2B4zA4CsP2mmwkACb6G6xNKnoWm3aw8%3DHi-Xah2Bi2m7g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

