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