#17983: Command line example for symbolic link may cause problems
-------------------------------+--------------------
     Reporter:  Anonymous      |      Owner:  nobody
         Type:  Bug            |     Status:  new
    Component:  Documentation  |    Version:  1.4
     Severity:  Normal         |   Keywords:
 Triage Stage:  Unreviewed     |  Has patch:  0
Easy pickings:  1              |      UI/UX:  0
-------------------------------+--------------------
 On this page: https://docs.djangoproject.com/en/1.4/topics/install/

 The command line "ln -s WORKING-DIR/django-trunk/django/bin/django-
 admin.py /usr/local/bin"
 is suggested. This creates a linked file named "bin" inside /usr/local/,
 instead of creating a link inside the directory /usr/local/bin/.

 The suggested command line should be "ln -s WORKING-DIR/django-
 trunk/django/bin/django-admin.py /usr/local/bin/"
 (slash on the end).

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17983>
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