Skip to content

Deploy Python 3 installation to CVMFS

Chris Burr requested to merge cburr/LHCbDIRAC:py3-cvmfs into devel

This adds support for Python 3 installations on CVMFS. There isn't a way to specify a generic prod-like link yet and the Python 2 and Python 3 versions are distinguished by the style of version number (i.e. r/p vs.).

I've already done a couple of versions by hand when testing:

[cburr@lxplus769]~% lb-dirac --list | grep '\.'
v10.2.0a12
v10.2.0a8
[cburr@lxplus769]~% lb-dirac v10.2.0a12 python --version
Python 3.8.10

Merge request reports