December 4 12:43, Florian Apolloner > > To my understanding of > https://github.com/pypa/pip/blob/develop/pip/req.py#L633 pip will use > setuptools for installing -- so why do you need setuptools in Django itself? >
Hi Florian, The point here is to use options that distutils doesn't offer, like entry_points, if they are available. Also (refering to your first post), why is associating stuff with .py files > a bad idea? > I personally have .py files associated with my text editor. Defaulting them to the system-wide Python 2.7 might do the correct thing in some cases... Associating .py files with Python is not enough -- only binaries are searched for in the PATH when typing a path-less command name (.com, .exe, .bat and a few others). Doing this, then installing the wrapper from Python 3, then changing the PATHEXT, and adding the 'Scripts' directories to the PATH might work, but can this really be the recommended way (just for Django)? -- Remram -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr...@googlegroups.com. To post to this group, send email to django-developers@googlegroups.com. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/e666dbc5-fd4c-42a8-9960-0eebfa86bc54%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.