-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenv.sh
18 lines (17 loc) · 794 Bytes
/
env.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash
#if uname -r | grep -q el6; then
# source /cvmfs/sft.cern.ch/lcg/views/LCG_95apython3/x86_64-slc6-gcc8-opt/setup.sh
#else
# source /cvmfs/sft.cern.ch/lcg/views/LCG_95apython3/x86_64-centos7-gcc8-opt/setup.sh
#fi
#source /cvmfs/sft.cern.ch/lcg/releases/ROOT/6.20.02-232c4/x86_64-centos7-gcc8-opt/bin/thisroot.sh
#if uname -r | grep -q el6; then
# source /cvmfs/sft.cern.ch/lcg/views/LCG_98apython3/x86_64-slc6-gcc8-opt/setup.sh
#else
# source /cvmfs/sft.cern.ch/lcg/views/LCG_98apython3/x86_64-centos7-gcc8-opt/setup.sh
#fi
#source /cvmfs/sft.cern.ch/lcg/views/LCG_100/x86_64-centos7-gcc8-opt/setup.sh
source /cvmfs/sft.cern.ch/lcg/views/LCG_99/x86_64-centos7-clang10-opt/setup.sh
source venv/bin/activate
export BHOME=/home/dyu7/BFrag/boffea
export BDATA=/home/dyu7/BFrag/data