From 24a4bc55262de1fd0f56934c1c236aadafd9c537 Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Wed, 29 Apr 2026 17:28:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=90=AF=E5=8A=A8=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E4=BD=BF=E7=94=A8python3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/start.sh b/backend/start.sh index ec8062b..2d0a59a 100755 --- a/backend/start.sh +++ b/backend/start.sh @@ -1,4 +1,4 @@ #!/bin/bash cd "$(dirname "$0")" pip install -r requirements.txt -q -python app.py \ No newline at end of file +python3 app.py \ No newline at end of file