Skip to content

Commit

Permalink
ENH: Expand PYDM_DISPLAYS_PATH to include screens/pydm subfolder of E…
Browse files Browse the repository at this point in the history
…PICS_ROOT.
  • Loading branch information
Hugo Slepicka committed May 28, 2020
1 parent 279a9b0 commit c6ce8eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/dev_conda
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ conda activate
# Default to dev pcds release
conda activate dev

EPICS_ROOT="/reg/g/pcds/epics-dev"

export PYTHONPATH=/reg/g/pcds/pyps/apps/dev/pythonpath
export PYQTDESIGNERPATH=/reg/g/pcds/pyps/conda/dev_designer_plugins/:$PYQTDESIGNERPATH
export PYDM_DESIGNER_ONLINE=1
export PYDM_DISPLAYS_PATH=/reg/g/pcds/epics-dev/
export PYDM_DISPLAYS_PATH=$EPICS_ROOT/screens/pydm:$EPICS_ROOT
export LUCID_CONFIG=/reg/g/pcds/pyps/apps/hutch-python/lucid_config/
export HAPPI_CFG=/reg/g/pcds/pyps/apps/hutch-python/device_config/happi.cfg

0 comments on commit c6ce8eb

Please sign in to comment.