From e6718f398a5be8aeea91107f90b484e4994e5651 Mon Sep 17 00:00:00 2001 From: Leonardo Hax Damiani Date: Mon, 1 Feb 2021 16:44:16 +0100 Subject: [PATCH] source env script to work on sf-daq-4 --- eiger/source_env.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 eiger/source_env.sh diff --git a/eiger/source_env.sh b/eiger/source_env.sh new file mode 100644 index 0000000..a84ec44 --- /dev/null +++ b/eiger/source_env.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +export PATH=/home/dbe/miniconda3/bin:$PATH +source /home/dbe/miniconda3/etc/profile.d/conda.sh +conda deactivate +conda activate sf-daq \ No newline at end of file