Skip to content

Commit d79bb4c

Browse files
authored
Merge pull request #326 from silkenelson/fix_get_info_interpreter
update python interpreter used for get_info
2 parents bf832df + f2f37c2 commit d79bb4c

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)