Installing Django

36 views
Skip to first unread message

Richard Mungai

unread,
Jun 5, 2017, 7:33:28 AM6/5/17
to Django users
Hi..
I'm trying to install django using the pip command i.e (pip install django) but i keep getting the same error message i.e "Requirement already satisfied: django in c:\program files\python 35-32\lib\site-packages\django-1.10.6-py3.5.egg"
How can I solve this??

Daniel Roseman

unread,
Jun 5, 2017, 8:20:42 AM6/5/17
to Django users
Solve what? It's telling you Django is already installed.
-- 
DR. 

Oladipupo Elegbede

unread,
Jun 5, 2017, 8:45:04 AM6/5/17
to django...@googlegroups.com
For the Python prompt from CMD and do the following

>>>import Django
>>>Django.VERSION


This should tell you what version of Django you have.


--
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 post to this group, send email to django...@googlegroups.com.
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/9f275611-09d9-4d73-8c4f-bbf48608589e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Melvyn Sopacua

unread,
Jun 5, 2017, 1:00:30 PM6/5/17
to django...@googlegroups.com

On Monday 05 June 2017 06:44:13 Oladipupo Elegbede wrote:

> For the Python prompt from CMD and do the following

>

> >>>import Django

> >>>Django.VERSION

 

1) it's django not Django

> This should tell you what version of Django you have.

>

> On Jun 5, 2017 7:21 AM, "Daniel Roseman" <dan...@roseman.org.uk> wrote:

> > On Monday, 5 June 2017 12:33:28 UTC+1, Richard Mungai wrote:

> >> Hi..

> >> I'm trying to install django using the pip command i.e (pip install

> >> django) but i keep getting the same error message i.e "Requirement

> >> already satisfied: django in c:\program files\python

> >> 35-32\lib\site-packages\django -1.10.6-py3.5.egg"

 

2) I'm betting it's 1.10.6 on Python 3.5 (32-bits, shooting for the bonus points).

--

Melvyn Sopacua

Carlos Andre

unread,
Jun 5, 2017, 1:42:46 PM6/5/17
to django...@googlegroups.com
pip install django==1.10



--
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 post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
Reply all
Reply to author
Forward
0 new messages