From 7cd38b5808a9fdf537f6efc495a25175bd4bfe46 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 12 Apr 2020 15:19:39 +0100 Subject: [PATCH] Force manage.py to be executed through env --- manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage.py b/manage.py index bb1dd90..262c8b1 100755 --- a/manage.py +++ b/manage.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!env/bin/python """Django's command-line utility for administrative tasks.""" import os import sys