asdf
This commit is contained in:
+4
-4
@@ -10,16 +10,16 @@
|
||||
# bash start_all.sh status # 查看状态
|
||||
# =====================================================================
|
||||
set -u
|
||||
BASE="/home/xsl/change_hair"
|
||||
BASE="/home/ubuntu/change_hair"
|
||||
PROJ="$BASE/project"
|
||||
LOGDIR="$PROJ/logs"
|
||||
PIDD="$LOGDIR/pids"
|
||||
mkdir -p "$LOGDIR" "$PIDD"
|
||||
|
||||
# conda 环境的 python 路径
|
||||
PY_HAIR="/home/xsl/miniconda3/envs/my_hair/bin/python"
|
||||
PY_SD="/home/xsl/miniconda3/envs/sdwebui/bin/python"
|
||||
PY_PHOTO="/home/xsl/miniconda3/envs/py310/bin/python"
|
||||
PY_HAIR="/home/ubuntu/miniconda3/envs/my_hair/bin/python"
|
||||
PY_SD="/home/ubuntu/miniconda3/envs/sdwebui/bin/python"
|
||||
PY_PHOTO="/home/ubuntu/miniconda3/envs/py310/bin/python"
|
||||
|
||||
# 公共环境变量
|
||||
export CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1 # 旧版 cryptography 兼容
|
||||
|
||||
Reference in New Issue
Block a user