#6739: How to add symbolic links in Windows Vista
------------------------------------+---------------------------------------
          Reporter:  kwill          |         Owner:  nobody                    
                                      
            Status:  new            |     Milestone:                            
                                      
         Component:  Documentation  |       Version:  SVN                       
                                      
        Resolution:                 |      Keywords:  windows vista symbolic 
link installation development version svn
             Stage:  Accepted       |     Has_patch:  0                         
                                      
        Needs_docs:  0              |   Needs_tests:  0                         
                                      
Needs_better_patch:  0              |  
------------------------------------+---------------------------------------
Comment (by adamv):

 mklink is available in Vista and later, but is not without problems. Share
 a folder containing links and then hit it with clients running XP, for
 instance. The Python docs ( http://docs.python.org/using/windows.html
 #finding-modules ) don't mention using mklinks on Windows either, so it is
 perhaps better to adhere to the tradition of installing directly into
 site-packages, using a .pth file, or adding a new folder to the
 PYTHONPATH, rather than suggest using mklinks.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/6739#comment:2>
Django <http://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-upda...@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