You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command line that it generates for subprocesses has ./manage.py as the first entry in the list that it passes to subprocess.Popen() - try inserting sys.executable there.
The command line that it generates for subprocesses has
./manage.pyas the first entry in the list that it passes tosubprocess.Popen()- try insertingsys.executablethere.Originally posted by @int19h in #265 (comment)