Sunday, February 26, 2017

Re: Who can help me installing Django on windowsX machine?

On 27/02/2017 5:00 AM, Asifuzzaman Bappy wrote:
> hello Django community,
>
> I'm a new comer here. need some help with my installation of Django on
> my machine. I have python 2.7 already installed on my computer. but it
> seems like i cant pull this off.

Open up a command prompt ...

-> pip install django

That will get Django going sufficiently for you to follow the tutorials.

In future you need to study Python venv or virtualenv whereby you can
segregate your projects and run them with different versions of Python,
Django and other libraries. Most people would recommend you install
Python 3.x (where x is the latest stable version) because Django will be
dropping support for Python 2.7 in the foreseeable future.

You can call up Python 3.x on Windows as plain "python" but it probably
makes sense to call it "python3" because that's what it is called on
most Linux systems. Or at least on the ones I use.

Good luck and welcome

Mike

>
> I know, what you are thinking at this point. why windows?? right?? but
> for the time being Yees, windows Works :)
> --
> 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
> <mailto:django-users+unsubscribe@googlegroups.com>.
> To post to this group, send email to django-users@googlegroups.com
> <mailto:django-users@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/1041fc56-5a25-4b6e-a6f9-33a935731ffa%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/1041fc56-5a25-4b6e-a6f9-33a935731ffa%40googlegroups.com?utm_medium=email&utm_source=footer>.
> 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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@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/e2c691d8-7950-7831-ff78-d5b83f2a869e%40dewhirst.com.au.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment