mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-21 07:34:36 +02:00
6 lines
145 B
Bash
6 lines
145 B
Bash
#!/bin/bash
|
|
|
|
export PATH=/home/dbe/miniconda3/bin:$PATH
|
|
source /home/dbe/miniconda3/etc/profile.d/conda.sh
|
|
conda deactivate
|
|
conda activate sf-daq |