Changes between Initial Version and Version 1 of Ticket #24383


Ignore:
Timestamp:
Feb 21, 2015, 8:05:59 AM (10 years ago)
Author:
Harry Percival
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24383 – Description

    initial v1  
    22
    33- 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 --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.7
    55- 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.
    66
Back to Top