From 2d90a4caac106c27d0735cc30f608e8c9b505087 Mon Sep 17 00:00:00 2001 From: goulustis Date: Sun, 8 Mar 2026 12:15:03 +0800 Subject: [PATCH] update path --- scripts/shell_scripts/create_config.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/shell_scripts/create_config.sh b/scripts/shell_scripts/create_config.sh index bf7f023..04645b8 100644 --- a/scripts/shell_scripts/create_config.sh +++ b/scripts/shell_scripts/create_config.sh @@ -1,3 +1,8 @@ +SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" +PROJECT_ROOT="$(dirname "$(dirname "$SCRIPT_DIR")")" + +cd "$PROJECT_ROOT" + source ~/.bashrc conda init conda activate lang