From ae3ce8cb0c22bc6a3d9793a86591243b01b57ed4 Mon Sep 17 00:00:00 2001 From: Zachary Lentz Date: Tue, 1 Nov 2022 15:49:04 -0700 Subject: [PATCH] FIX: pydev_env was not showing dev typhos templates --- scripts/pydev_env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/pydev_env b/scripts/pydev_env index 8cc8d42f..64eda0c9 100755 --- a/scripts/pydev_env +++ b/scripts/pydev_env @@ -18,3 +18,5 @@ source pcds_conda PYDEV="${HOME}/pydev" export PATH="${PYDEV}/bin:${PATH}" export PYTHONPATH="${PYDEV}:${PYTHONPATH}" +# The following is set by pcds_conda and needs to be undone for dev typhos to pick your templates +unset PYDM_DISPLAYS_PATH