#25376 closed Cleanup/optimization (fixed)
Replace "sudo pip install" recommendation with virtualenv
Reported by: | Tim Graham | Owned by: | geety |
---|---|---|---|
Component: | Documentation | Version: | 1.8 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
We've removed most of "sudo pip" from the docs, but two instances remain:
docs/topics/install.txt: command ``sudo pip install Django`` at the shell prompt. If you're using docs/topics/install.txt: $ sudo pip install -e django-trunk/
We should probably replace this recommendation with a requirement to use virtualenv.
django-developers thread which spawned this ticket.
Change History (8)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
Easy pickings: | set |
---|---|
Needs documentation: | set |
comment:3 by , 9 years ago
Needs documentation: | unset |
---|
comment:4 by , 9 years ago
Note:
See TracTickets
for help on using tickets.
It's already mentioned in the doc as a second pointer: