5 lines
159 B
Bash
5 lines
159 B
Bash
source /opt/miniconda3/etc/profile.d/conda.sh
|
|
|
|
conda activate prod
|
|
pyzebra --port=80 --allow-websocket-origin=pyzebra.psi.ch:80 --args --spind-path=/opt/spind
|