Wednesday, February 26, 2014

Re: Django Windows Install Issues

On 27/02/2014 7:50am, Vernon D. Cole wrote:
>
> You need pip

I agree

-- even though it is terrible to install on Windows.

I disagree

> See http://stackoverflow.com/questions/4750806/how-to-install-pip-on-windows

You have to wade through an awful lot of that page before you see the
2014 update ...

"To install or upgrade pip, securely download get-pip.py. [1]

Then run the following (which may require administrator access):

python get-pip.py"


[1] https://raw.github.com/pypa/pip/master/contrib/get-pip.py

That link brings up a page which is python code explained in the
docstring at the top. I just bought a Windows 8.1 laptop and used it to
install pip. I right-clicked and saved the page as get-pip.py

Then, I opened an administrator prompt and did ...

python get-pip.py

... and it just worked. A little unconventional but much easier than I
remember from earlier times.

Mike

--
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 http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/530E79CD.10205%40dewhirst.com.au.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment