From c42cdd8af5c3a01ae504d0532cce12384aba00b0 Mon Sep 17 00:00:00 2001 From: lexluo09 <39718951+lexluo09@users.noreply.github.com> Date: Mon, 18 Sep 2023 16:35:50 +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 83e6341..e27a4a8 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, 若不在这个路径,需要在修改成自己的路径 注意