From 0ccbc68c17500572c4ffc760c5b47136708c8277 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Mon, 30 Oct 2023 11:02:30 -0400 Subject: [PATCH] fix sep --- configs/scripts/guru-shell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/scripts/guru-shell b/configs/scripts/guru-shell index 380b182..7f44d8b 100644 --- a/configs/scripts/guru-shell +++ b/configs/scripts/guru-shell @@ -33,7 +33,7 @@ export PYTHONPATH="$s_drive/$studio2023_path$pathsep$PYTHONPATH" # Update the PATH to point to the studio's install of python if [ -d "/c/Programs/software/win/core/python/python_3.7.7" ]; then - export PATH="C://Programs/software/win/core/python/python_3.7.7$pathsep$PATH" + export PATH="/c/Programs/software/win/core/python/python_3.7.7:$PATH" fi # Configure the prompt