From d1ce8a10d3113b9aac1106c30853a5180d44171b Mon Sep 17 00:00:00 2001 From: Yonas Yanfa Date: Mon, 3 May 2021 12:27:58 -0400 Subject: [PATCH] manage.py should point to "python3" instead of "python". MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without this fix, the following error occurs: env: ‘python’: No such file or directory --- manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage.py b/manage.py index 628bbb27..adc5c49e 100755 --- a/manage.py +++ b/manage.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import os import sys