sub-process patching when file depends on #! for python executable #1184
Unanswered
karthiknadig
asked this question in
Enhancements
Replies: 2 comments
-
/cc @fabioz |
Beta Was this translation helpful? Give feedback.
0 replies
-
Moving this issue to discussion as an enhancement request for comments and upvotes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The command line that it generates for subprocesses has
./manage.py
as the first entry in the list that it passes tosubprocess.Popen()
- try insertingsys.executable
there.Originally posted by @int19h in #265 (comment)
Beta Was this translation helpful? Give feedback.
All reactions