#18115: Warn that repeated "setup.py install" without removal causes problems
-------------------------------------+-------------------------------------
     Reporter:  carljm               |                    Owner:  nobody
         Type:                       |                   Status:  new
  Cleanup/optimization               |                  Version:  1.4
    Component:  Documentation        |               Resolution:
     Severity:  Normal               |             Triage Stage:
     Keywords:                       |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by anonymous):

 Please add a note how to detect Django version and path:


 {{{
 >>> import django
 >>> django.VERSION
 (1, 3, 0, 'final', 0)
 >>> django.__file__
 '/home/lucianopacheco/src/tmp_py/local/lib/python2.7/site-
 packages/django/__init__.pyc'
 }}}


 So, it will be much more clear to people not familiar with python
 installation structure to understand what "site-packages" means.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/18115#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to