python-django's manage.py tries to use a hard-coded python executable

  • Open
  • quality assurance status badge
Details
One participant
  • Gabriel Wicki
Owner
unassigned
Submitted by
Gabriel Wicki
Severity
normal
G
G
Gabriel Wicki wrote 15 hours ago
(address . bug-guix@gnu.org)
mjgot2cwzzfhicsyobhubmc3dsbviysha56nqt4c3epp3emdrc@4ovou422lxuv
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?
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 73816@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73816
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch