Skip to content
Snippets Groups Projects
Commit 87c37763 authored by Andre Sailer's avatar Andre Sailer
Browse files

GitlabCI: do not overwrite PYTHONPATH

parent 534a3f73
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,6 @@ source /cvmfs/sft.cern.ch/lcg/views/${LCG_RELEASE}/${BUILD_FLAVOUR}/setup.sh
#--------------------------------------------------------------------------------
export LCIO=/cvmfs/clicdp.cern.ch/software/LCIO/2.12.1/x86_64-${OS}-${COMPILER_VERSION}-LCG_96
export LCIO_ROOT=${LCIO}
export PYTHONPATH=${LCIO}/python
export PYTHONPATH=${LCIO}/python:$PYTHONPATH
export PATH=${LCIO}/bin:$PATH
export LD_LIBRARY_PATH="$LCIO/lib:$LD_LIBRARY_PATH"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment