Changes between Version 1 and Version 2 of Ticket #24383
- Timestamp:
- Feb 21, 2015, 8:06:39 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24383 – Description
v1 v2 2 2 3 3 - build a wheel using: pip wheel --wheel-dir=/tmp/wheels django==1.3.7 4 - attempt to install the wheel system-wide using pip install --use-wheel --no-index --find-links=/tmp/wheels django= -1.3.74 - attempt to install the wheel system-wide using pip install --use-wheel --no-index --find-links=/tmp/wheels django==1.3.7 5 5 - 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. 6 6