We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf832df + f2f37c2 commit d79bb4cCopy full SHA for d79bb4c
scripts/get_info
@@ -1,8 +1,8 @@
1
#!/bin/bash
2
HERE="$(realpath "$(dirname "${BASH_SOURCE[0]}")")"
3
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
+ /cds/group/pcds/pyps/conda/py312/envs/pcds-6.0.1/bin/python
+ /sdf/group/lcls/ds/ana/sw/conda1/inst/envs/ana-4.0.66-py3/bin/python
6
)
7
8
for PYTHON in "${PYTHON_OPTIONS[@]}"
0 commit comments