Skip to content

Commit f2f37c2

Browse files
committed
update python interpreter used for get_info
1 parent bf832df commit f2f37c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/get_info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22
HERE="$(realpath "$(dirname "${BASH_SOURCE[0]}")")"
33
PYTHON_OPTIONS=(
4-
/cds/group/pcds/pyps/conda/py36/envs/pcds-3.4.0/bin/python
5-
/sdf/group/lcls/ds/ana/sw/conda1/inst/envs/ana-4.0.60-py3/bin/python
4+
/cds/group/pcds/pyps/conda/py312/envs/pcds-6.0.1/bin/python
5+
/sdf/group/lcls/ds/ana/sw/conda1/inst/envs/ana-4.0.66-py3/bin/python
66
)
77

88
for PYTHON in "${PYTHON_OPTIONS[@]}"

0 commit comments

Comments
 (0)