Opened 10 years ago

Last modified 10 years ago

#24383 closed Uncategorized

Django 1.3.7 wheel install uses /usr/local/django — at Initial Version

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

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 --wheel-dir=/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 (0)

Note: See TracTickets for help on using tickets.
Back to Top