Skip to content
Snippets Groups Projects
Commit 9012b2ca authored by Marko Petric's avatar Marko Petric
Browse files

Use the python from cvmfs in the CI

parent ebc178fd
No related branches found
No related tags found
No related merge requests found
...@@ -76,11 +76,9 @@ export PATH=${CMAKE_HOME}/bin:$PATH ...@@ -76,11 +76,9 @@ export PATH=${CMAKE_HOME}/bin:$PATH
# Python # Python
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
if [ ${OS} == "slc6" ] || [ ${OS} == "centos7" ]; then export PYTHONDIR=${CLICREPO}/software/Python/2.7.12/${BUILD_FLAVOUR}
export PYTHONDIR=${CLICREPO}/software/Python/2.7.12/${BUILD_FLAVOUR} export PATH=${PYTHONDIR}/bin:$PATH
export PATH=${PYTHONDIR}/bin:$PATH export LD_LIBRARY_PATH=${PYTHONDIR}/lib:${LD_LIBRARY_PATH}
export LD_LIBRARY_PATH=${PYTHONDIR}/lib:${LD_LIBRARY_PATH}
fi
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
# ROOT # ROOT
......
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