[https://groups.google.com/d/topic/django-
developers/vDr33otqwAM/discussion django-developers thread] which spawned
this ticket.
--
Ticket URL: <https://code.djangoproject.com/ticket/25376>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => tyagi-iiitv
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/25376#comment:1>
* needs_docs: 0 => 1
* easy: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/25376#comment:2>
* needs_docs: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/25376#comment:3>
Comment (by yask123):
It's already mentioned in the doc as a second pointer:
"2. (optional) Take a look at virtualenv_ and virtualenvwrapper_. These
tools provide isolated Python environments, which are more practical than
installing packages systemwide. They also allow installing packages
without administrator privileges. It's up to you to decide if you want to
learn and use them."
--
Ticket URL: <https://code.djangoproject.com/ticket/25376#comment:4>
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/5360 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/25376#comment:5>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"a523d94b4581ec41c86f5bbaaffdf5bb6b819c2e" a523d94]:
{{{
#!CommitTicketReference repository=""
revision="a523d94b4581ec41c86f5bbaaffdf5bb6b819c2e"
Fixed #25376 -- Required virtualenv in installation instructions.
Thanks Anjul Tyagi for some of the draft text.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25376#comment:6>
Comment (by Tim Graham <timograham@…>):
In [changeset:"e21c6f34ded8a2b0a9b5a80ab069eb2e1b15067b" e21c6f34]:
{{{
#!CommitTicketReference repository=""
revision="e21c6f34ded8a2b0a9b5a80ab069eb2e1b15067b"
[1.9.x] Fixed #25376 -- Required virtualenv in installation instructions.
Thanks Anjul Tyagi for some of the draft text.
Backport of a523d94b4581ec41c86f5bbaaffdf5bb6b819c2e from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25376#comment:7>
Comment (by Tim Graham <timograham@…>):
In [changeset:"f3ce888d3f2b5387d517225d1b70659a32bcc441" f3ce888]:
{{{
#!CommitTicketReference repository=""
revision="f3ce888d3f2b5387d517225d1b70659a32bcc441"
[1.8.x] Fixed #25376 -- Required virtualenv in installation instructions.
Thanks Anjul Tyagi for some of the draft text.
Backport of a523d94b4581ec41c86f5bbaaffdf5bb6b819c2e from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25376#comment:8>