From c5cabc41716f3724f2baf76ff8d7e1991983d086 Mon Sep 17 00:00:00 2001 From: lexluo09 <39718951+lexluo09@users.noreply.github.com> Date: Mon, 18 Sep 2023 16:36:29 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E7=8E=AF=E5=A2=83=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 环境依赖.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/环境依赖.md b/环境依赖.md index 897b885..d5dbd09 100644 --- a/环境依赖.md +++ b/环境依赖.md @@ -19,8 +19,8 @@ pandas==1.5.3 3. python、pip环境指定: * release版本:在supersonic/chat/core/src/main/python/bin/env.sh中修改 * master分支最新代码: -* * pip路径:在supersonic-build.sh中修改 -* * python运行路径:在supersonic-daemon.sh中修改 + * pip路径:在supersonic-build.sh中修改 + * python运行路径:在supersonic-daemon.sh中修改 * 默认pip路径为/usr/local/bin/pip3,python路径为/usr/local/bin/python3, 若不在这个路径,需要在修改成自己的路径 注意