From 0bc1ad01ad739a1c6219a40c0cbd4882bc1ed3f4 Mon Sep 17 00:00:00 2001 From: Stefano Belforte Date: Thu, 26 Oct 2023 11:26:57 +0200 Subject: [PATCH] avoid rucio setup getting confused by existing CMSSW stuff (#5242) --- bin/rucio_env.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/rucio_env.sh b/bin/rucio_env.sh index 21a434c4..9ac618ae 100755 --- a/bin/rucio_env.sh +++ b/bin/rucio_env.sh @@ -2,5 +2,6 @@ # returns the two env. variables needed to make Rucio client work # on the current OS unset PYTHONPATH +eval `scram unsetenv -sh` source /cvmfs/cms.cern.ch/rucio/setup-py3.sh > /dev/null echo $RUCIO_HOME $PYTHONPATH