You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace `/tmp/installdir` with your own path. Make sure that the directory is anyway readable and traversable by users `flp` and `qc`
88
+
Check `/etc/profile.d/o2.sh` and ensure PATH is augmented with `/opt/o2/bin` at the end, not at the beginning:
89
+
```
90
+
PATH=$PATH:/opt/o2/bin
91
+
```
92
+
This is important because during JIT template generation the order is `<jit_env_vars> && source /etc/profile.d/o2.sh && <dpl_command> ...`, so `/opt/o2/bin` would take precedence to any installation directory added in `jit_env_vars`.
93
+
94
+
Replace `/tmp/installdir` with your own path. Make sure that the directory is readable and traversable by users `flp` and `qc`.
84
95
85
96
## Switch detector in the workflow _readout-dataflow_
0 commit comments