From 5f3981c88c51defb4e72d9c1c1f2057ea5b56235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 20 Feb 2024 16:06:41 +0100 Subject: [PATCH] Revert: use __INSTALL_DIR__/venv/bin/python3 as shbang for manage.py --- conf/manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/manage.py b/conf/manage.py index a85e3b1..2d6742c 100755 --- a/conf/manage.py +++ b/conf/manage.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!__INSTALL_DIR__/venv/bin/python3 import os import sys