* bug#73816: python-django's manage.py tries to use a hard-coded python executable
@ 2024-10-15 9:48 Gabriel Wicki
0 siblings, 0 replies; only message in thread
From: Gabriel Wicki @ 2024-10-15 9:48 UTC (permalink / raw)
To: 73816
The python-django package makes the admin utility create a manage.py
file with a hard-coded python interpreter.
$ guix shell python python-django -- django-admin startproject foobar
$ head -n 1 foobar/manage.py
#!/gnu/store/my2j5bzapayk59971z2ryzlajdz569f9-python-toolchain-3.10.7/bin/python
I think this is wrong. The interpreter line should be
#!/usr/bin/env python3
Or am I wrong?
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-10-15 9:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-15 9:48 bug#73816: python-django's manage.py tries to use a hard-coded python executable Gabriel Wicki
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).