Skip to content

Commit

Permalink
Update ganga-cvmfs-install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mesmith75 authored Apr 15, 2024
1 parent bd2ee0b commit 886ff4e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ganga/GangaRelease/tools/ganga-cvmfs-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cvmfs_server transaction ganga.cern.ch

conda activate ganga
micromamba activate

cd /cvmfs/ganga.cern.ch/Ganga/install

Expand All @@ -14,9 +14,12 @@ pip install --upgrade pip setuptools

pip install ganga[LHCb,Dirac]@git+https://github.com/ganga-devs/ganga.git@$1

# We need to uninstall htcondor from the default installation to use the preinstalled versions on cvmfs
pip uninstall htcondor

deactivate

conda deactivate
micromamba deactivate

rm -f /cvmfs/ganga.cern.ch/Ganga/install/LATEST

Expand Down

0 comments on commit 886ff4e

Please sign in to comment.