BCDA-APS / epics-bluesky-vm

Simulate a beam line using EPICS IOCs, GUIs, Bluesky and related components.
Other
2 stars 1 forks source link

BLUESKY_ENV -> BLUESKY_ENVIRONMENT #17

Closed prjemian closed 3 years ago

prjemian commented 3 years ago

consistency with existing usage at APS

prjemian commented 3 years ago
(base) apsu@apsu:~/Documents/epics-bluesky-vm$ git grep BLUESKY_ENV | grep -v ENVIRONMENT
.create/09b_create_conda_environment.sh:export BLUESKY_ENV=bluesky_2021_1
.create/09b_create_conda_environment.sh:export BLUESKY_ENV=${BLUESKY_ENV}
.create/09b_create_conda_environment.sh:alias become_bluesky='conda activate \${BLUESKY_ENV}'
.create/09d_configure_ipython.sh:if [ "" == "${BLUESKY_ENV}" ]; then
.create/09d_configure_ipython.sh:    echo BLUESKY_ENV not defined.
.create/09d_configure_ipython.sh:conda activate ${BLUESKY_ENV}