From 8bc3bf26681120f88f6169984fef20693bb9f80c Mon Sep 17 00:00:00 2001 From: chaopower Date: Fri, 15 Dec 2023 10:58:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=AF=E5=A2=83=E5=8F=98=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- soft_bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soft_bash b/soft_bash index b2cd131..947580f 100755 --- a/soft_bash +++ b/soft_bash @@ -7,7 +7,7 @@ export DATABASE=$WORKFLOW/database export PATH=/home/install/product/workflow/software/Python-3.8.11/bin:$PATH # script -export PATH=$WORKFLOW/script:$PATH +export PATH=$WORKFLOW/codes:$PATH # software export PATH=$WORKFLOW/software/bin:$PATH