From 6561351220b4b405914d6bf64ccef016469d2306 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Mon, 30 Oct 2023 10:19:09 -0400 Subject: [PATCH] Add on to pythonpath --- configs/shells/bash/macros.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/shells/bash/macros.sh b/configs/shells/bash/macros.sh index 508020c..ef2603f 100644 --- a/configs/shells/bash/macros.sh +++ b/configs/shells/bash/macros.sh @@ -196,6 +196,7 @@ ewconfig-pull-zip(){ # Pop a shell inside Guru env guru-shell() { PYTHONPATH="//qs/resources/studio/studio2023/env:$PYTHONPATH" \ + PYTHONPATH="//qs/resources/studio/studio2023:$PYTHONPATH" \ PS1_CTX="guru bash" \ bash } \ No newline at end of file