From 9bd491f3a107a14aa33302e1dc3253e223bde562 Mon Sep 17 00:00:00 2001 From: zhengkunwang <31820853+zhengkunwang223@users.noreply.github.com> Date: Fri, 25 Oct 2024 10:18:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=20Python=20=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=91=BD=E4=BB=A4=E6=8A=A5=E9=94=99=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20(#2375)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/python/3.10.15/run.sh | 2 +- apps/python/3.11.10/run.sh | 2 +- apps/python/3.12.7/run.sh | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/python/3.10.15/run.sh b/apps/python/3.10.15/run.sh index 21519ccc..84d52d0f 100644 --- a/apps/python/3.10.15/run.sh +++ b/apps/python/3.10.15/run.sh @@ -2,4 +2,4 @@ source /.env -$EXEC_SCRIPT +eval $EXEC_SCRIPT diff --git a/apps/python/3.11.10/run.sh b/apps/python/3.11.10/run.sh index 21519ccc..84d52d0f 100644 --- a/apps/python/3.11.10/run.sh +++ b/apps/python/3.11.10/run.sh @@ -2,4 +2,4 @@ source /.env -$EXEC_SCRIPT +eval $EXEC_SCRIPT diff --git a/apps/python/3.12.7/run.sh b/apps/python/3.12.7/run.sh index 21519ccc..b7950697 100644 --- a/apps/python/3.12.7/run.sh +++ b/apps/python/3.12.7/run.sh @@ -2,4 +2,5 @@ source /.env -$EXEC_SCRIPT + +eval $EXEC_SCRIPT