Right. I just use python manage.py… I just checked python3 manage.py and it doesn’t work.
From: collinmander...@gmail.com [mailto:collinmander...@gmail.com] On Behalf Of Collin Anderson Sent: Wednesday, April 11, 2018 7:46 AM To: django-developers@googlegroups.com Subject: Re: Shouldn't manage.py call python3 instead of python? but python3 manage.py <command> doesn't work on windows, right? On Tue, Apr 10, 2018 at 10:17 PM, Josh Smeaton <josh.smea...@gmail.com<mailto:josh.smea...@gmail.com>> wrote: As a datapoint, I've seen roughly 1 person per week in #django IRC confused about specific startup exceptions due to them using python 2 rather than python 3 on Django >= 2.0. Unsure how many of these are due to the shebang. That said, it looks like there are no good solutions other than maybe ensuring our docs always show the form python3 manage.py <command> rather than ./manage.py <command>. On Wednesday, 11 April 2018 12:02:31 UTC+10, Bobby Mozumder wrote: In any case you’re going to see a lot of Django 2.0 developers on Mac OS hit this problem when they install to default Python or use standard Python install convention where Python 3.5 is installed as “python3". -bobby On Apr 10, 2018, at 3:46 PM, Aymeric Augustin <aymeric....@polytechnique.org<mailto:aymeric....@polytechnique.org>> wrote: On 10 Apr 2018, at 17:43, Florian Apolloner <f.apo...@gmail.com<mailto:f.apo...@gmail.com>> wrote: On Tuesday, April 10, 2018 at 1:28:33 PM UTC+2, Tim Allen wrote: Since `django-admin startproject my_project` is created on the fly from templates, couldn't we dynamically create the `manage.py` executable based on some system introspection and an agreed upon priority Wouldn't that result in something along the lines of "works on my system" and breaks elsewhere? after all manage.py is committed into git more often than not. ... which directs us to the correct solution: setting PYTHONPATH and DJANGO_SETTINGS_MODULE correctly and using django-admin instead of manage.py. pip / setuptools rewrites the shebang line appropriately when it installs the django-admin script. (I'm not sure how this happens exactly.) My point is — there's no perfect solution. At best we can aim for a less imperfect solution than the status quo. -- Aymeric. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-develop...@googlegroups.com<mailto:django-develop...@googlegroups.com>. To post to this group, send email to django-d...@googlegroups.com<mailto:django-d...@googlegroups.com>. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/C36A8494-1094-4A03-A402-618BB999F927%40polytechnique.org<https://groups.google.com/d/msgid/django-developers/C36A8494-1094-4A03-A402-618BB999F927%40polytechnique.org?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr...@googlegroups.com<mailto:django-developers+unsubscr...@googlegroups.com>. To post to this group, send email to django-developers@googlegroups.com<mailto:django-developers@googlegroups.com>. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/33ec0ccb-a63b-4451-bfec-815b9e5f52a7%40googlegroups.com<https://groups.google.com/d/msgid/django-developers/33ec0ccb-a63b-4451-bfec-815b9e5f52a7%40googlegroups.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr...@googlegroups.com<mailto:django-developers+unsubscr...@googlegroups.com>. To post to this group, send email to django-developers@googlegroups.com<mailto:django-developers@googlegroups.com>. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CAFO84S6xks7eiFGWYtvvWo0E8JXaiHWOPLvVbY_T_UQHy0YURw%40mail.gmail.com<https://groups.google.com/d/msgid/django-developers/CAFO84S6xks7eiFGWYtvvWo0E8JXaiHWOPLvVbY_T_UQHy0YURw%40mail.gmail.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" 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 https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/d9652aa4943b4dae9f22bc236e9cc753%40ISS1.ISS.LOCAL. For more options, visit https://groups.google.com/d/optout.