From f21c206d0eb192e1e7ab7b19b823ac9d167b4789 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Mon, 30 Oct 2023 10:16:37 -0400 Subject: [PATCH] Fix path --- configs/shells/bash/macros.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/shells/bash/macros.sh b/configs/shells/bash/macros.sh index 651e072..508020c 100644 --- a/configs/shells/bash/macros.sh +++ b/configs/shells/bash/macros.sh @@ -195,7 +195,7 @@ ewconfig-pull-zip(){ # Pop a shell inside Guru env guru-shell() { - PYTHONPATH="//qs//resources/studio/studio2023/env:$PYTHONPATH" \ + PYTHONPATH="//qs/resources/studio/studio2023/env:$PYTHONPATH" \ PS1_CTX="guru bash" \ bash } \ No newline at end of file