Opened 10 years ago
Last modified 10 years ago
#24383 closed Uncategorized
Django 1.3.7 wheel install uses /usr/local/django — at Version 2
Reported by: | Harry Percival | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | 1.3 |
Severity: | Normal | Keywords: | |
Cc: | Florian Apolloner | Triage Stage: | Unreviewed |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
This may be a bit of a weird edge case, but here's the problem we encountered:
- build a wheel using: pip wheel --wheel-dir=/tmp/wheels django==1.3.7
- attempt to install the wheel system-wide using pip install --use-wheel --no-index --find-links=/tmp/wheels django==1.3.7
- notice that django has put files and folders into /usr/local/django (but not all of them). example is contrib/admin/templates. but not contrib/admin/templatetags. go figure.
The other version we've tested is 1.6, which seems to install fine via a wheel.
Change History (2)
comment:1 by , 10 years ago
Description: | modified (diff) |
---|
comment:2 by , 10 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.